adding images for last EarlyBlue changes
[themes.git] / EarlyBlue / editor / skin / EdImageMap.css
1 /* \r
2  * The contents of this file are subject to the Netscape Public\r
3  * License Version 1.1 (the "License"); you may not use this file\r
4  * except in compliance with the License. You may obtain a copy of\r
5  * the License at http://www.mozilla.org/NPL/\r
6  *  \r
7  * Software distributed under the License is distributed on an "AS\r
8  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or\r
9  * implied. See the License for the specific language governing\r
10  * rights and limitations under the License.\r
11  *  \r
12  * The Original Code is Mozilla Communicator client code, released\r
13  * March 31, 1998.\r
14  * \r
15  * The Initial Developer of the Original Code is Netscape\r
16  * Communications Corporation. Portions created by Netscape are\r
17  * Copyright (C) 2000 Netscape Communications Corporation. All\r
18  * Rights Reserved.\r
19  * \r
20  * Contributor(s): \r
21  *   Dan Haddix\r
22  *   Brian King\r
23  */\r
24 \r
25 toolbar#toolbox {\r
26   margin :0px;\r
27   padding: 4px; 0px; 0px; 0px;\r
28 }\r
29 \r
30 toolbar#toolbox button.tool:active {\r
31         margin: 2px 0px 0px 2px;\r
32 }\r
33 \r
34 toolbar#toolbox button.tool[toggled="1"] {\r
35   margin: 2px 0px 0px 2px;\r
36   border: 1px white inset;\r
37 }\r
38 \r
39 toolbar#toolbox button.tool {\r
40   border: 1px solid transparent;\r
41   margin: 1px 1px 1px 1px;\r
42         padding: 2px;\r
43         text-decoration: none;\r
44         color: inherit;\r
45 }\r
46 \r
47 toolbar.toolbox > toolbargrippy {\r
48         visibility: collapse;\r
49 }\r
50 \r
51 #pointerButton {\r
52         list-style-image:url("chrome://editor/skin/images/Map_pointerTool.gif");\r
53 }\r
54 \r
55 #rectButton {\r
56         list-style-image:url("chrome://editor/skin/images/Map_rectangleTool.gif");\r
57 }\r
58 \r
59 #cirButton {\r
60         list-style-image:url("chrome://editor/skin/images/Map_circleTool.gif");\r
61 }\r
62 \r
63 #polyButton {\r
64         list-style-image:url("chrome://editor/skin/images/Map_polygonTool.gif");\r
65 }\r
66 \r
67 #cutButton {\r
68         list-style-image:url("chrome://editor/skin/images/Map_Cut.gif");\r
69 }\r
70 \r
71 #copyButton {\r
72         list-style-image:url("chrome://editor/skin/images/Map_Copy.gif");\r
73 }\r
74 \r
75 #pasteButton {\r
76         list-style-image:url("chrome://editor/skin/images/Map_Paste.gif");\r
77 }\r
78 \r
79 #zoomInButton {\r
80         list-style-image:url("chrome://editor/skin/images/Map_zoomIn.gif");\r
81 }\r
82 \r
83 #zoomOutButton {\r
84         list-style-image:url("chrome://editor/skin/images/Map_zoomOut.gif");\r
85 }\r
86 \r
87 #contrastButton {\r
88         list-style-image:url("chrome://editor/skin/images/Map_contrast.gif");\r
89 }\r