rewrite of LCARStrek for 0.9.8(+): big moving around and rewirting of things, see...
[themes.git] / LCARStrek / editor / editorModeToolbar.css
index c59857448863613a4bf05cb58e31b499f42138b7..aed33ea138153ce18077955ca6b576769d2e6e1d 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-#EditModeToolbar 
-  {
-    padding               : 0px;
-    -moz-box-align        : start;
-/*    border-bottom         : 1px solid ThreeDShadow; */
-    margin-bottom         : 0px;
-    min-width             : 1px;
-/*    color                 : white;
-    background-color      : ThreeDFace; */
-  }
+#EditModeToolbar {
+  -moz-box-align: start;
+  padding: 0px;
+  margin-bottom: 0px;
+  min-width: 1px;
+}
 
-#NormalModeButton 
-  {
-    list-style-image      : url(chrome://editor/skin/images/editmode-normal.gif); 
-  }
+.tab-bottom[selected="true"] {
+/*  color: -moz-FieldText; */
+}
 
-#TagModeButton 
-  {
-    list-style-image      : url(chrome://editor/skin/images/editmode-tags.gif); 
-  }
+#NormalModeButton {
+  list-style-image: url("chrome://editor/skin/icons/editmode-normal.gif"); 
+}
 
-#SourceModeButton 
-  {
-    list-style-image      : url(chrome://editor/skin/images/editmode-html.gif); 
-  }
+#TagModeButton {
+  list-style-image: url("chrome://editor/skin/icons/editmode-tags.gif"); 
+}
 
-#PreviewModeButton 
-  {
-    list-style-image      : url(chrome://editor/skin/images/editmode-preview.gif); 
-  }
+#SourceModeButton {
+  list-style-image: url("chrome://editor/skin/icons/editmode-html.gif"); 
+}
+
+#PreviewModeButton {
+  list-style-image: url("chrome://editor/skin/icons/editmode-preview.gif"); 
+}