coloring statusbar like taskbar was previously, and some small issues
[themes.git] / LCARStrek / global / skin / toolbar.css
index 2108f6a936b89de655325130b06b0203257debf4..233280c2683fccacbe2a1c98afb83c32482d05aa 100755 (executable)
@@ -1,28 +1,55 @@
-\r
-toolbox\r
-  {\r
-    background-color      : #000000;\r
-  }\r
-  \r
-toolbar\r
-  {\r
-    background-color      : #FF9F00;\r
-    border                : 1px solid #9C9CFF;\r
-  }\r
-\r
-toolbargrippy\r
-  {\r
-    background-color      : #000000;\r
-    border                : none;\r
-  }\r
-  \r
-toolbar[collapsed="true"] > toolbargrippy\r
-  {\r
-    width                 : 30px;\r
-  }\r
-  \r
-toolbarseparator \r
-  { \r
-    width                 : 2em; \r
-  }\r
-  
\ No newline at end of file
+
+toolbox
+  {
+    background-color      : #000000;
+  }
+  
+toolbar
+  {
+    background-color      : #FF9F00;
+/*    border                : 1px solid #9C9CFF; */
+  }
+
+toolbargrippy
+  {
+    background-color      : #000000;
+    border                : none;
+  }
+  
+toolbar[collapsed="true"] > toolbargrippy
+  {
+    width                 : 30px;
+  }
+  
+toolbarseparator 
+  { 
+    width                 : 2em; 
+  }
+  
+menubar 
+  {
+    border-bottom         : 3px solid #000000;
+  }
+
+menubar > .toolbar-holder
+  {
+    /* max-height is only important as long as we need to workaround bug 24998... */
+    max-height            : 17px;
+    padding-right         : 18px;
+    background-color      : #6000CF;
+    background-image      : url("chrome://global/skin/menubar-endcap.gif");
+    background-repeat     : no-repeat;
+    background-position   : right;
+
+/* THE FOLLOWING LINES ARE NOT WORKING THOUGH THEY SHOULD!  BUG 24998  */
+/*    -moz-border-radius    : 0px 10px 10px 0px;
+    background-image      : url("chrome://global/skin/toolbar-bg.gif");
+    background-repeat     : repeat-y;
+    background-position   : right;
+*/
+  }
+
+menubar > toolbargrippy 
+  {
+/*    display               : none; */
+  }