adding new EarlyBlue skin, cleanup remains
[themes.git] / EarlyBlue / skin / EarlyBlue / editor / editorModeToolbar.css
1 /* 
2  * The contents of this file are subject to the Netscape Public
3  * License Version 1.1 (the "License"); you may not use this file
4  * except in compliance with the License. You may obtain a copy of
5  * the License at http://www.mozilla.org/NPL/
6  *  
7  * Software distributed under the License is distributed on an "AS
8  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9  * implied. See the License for the specific language governing
10  * rights and limitations under the License.
11  *  
12  * The Original Code is Mozilla Communicator client code, released
13  * March 31, 1998.
14  * 
15  * The Initial Developer of the Original Code is Netscape
16  * Communications Corporation. Portions created by Netscape are
17  * Copyright (C) 1998-1999 Netscape Communications Corporation. All
18  * Rights Reserved.
19  * 
20  * Contributor(s): 
21  */
22
23 @import url("chrome://editor/skin/EditModeTabs.css");
24
25 #EditModeToolbar 
26   {
27     padding               : 0px;
28     -moz-box-align        : start;
29 /*    border-bottom         : 1px solid ThreeDShadow; */
30     margin-bottom         : 0px;
31     min-width             : 1px;
32 /*    color                 : white;
33     background-color      : ThreeDFace; */
34   }
35
36 #NormalModeButton 
37   {
38     list-style-image      : url(chrome://editor/skin/images/editmode-normal.gif); 
39   }
40
41 #TagModeButton 
42   {
43     list-style-image      : url(chrome://editor/skin/images/editmode-tags.gif); 
44   }
45
46 #SourceModeButton 
47   {
48     list-style-image      : url(chrome://editor/skin/images/editmode-html.gif); 
49   }
50
51 #PreviewModeButton 
52   {
53     list-style-image      : url(chrome://editor/skin/images/editmode-preview.gif); 
54   }
55
56