rewrite of LCARStrek for 0.9.8(+): big moving around and rewirting of things, see...
[themes.git] / LCARStrek / communicator / toolbar.css
index a9656cc73ccae6ca27e77a3a95a17e21c523e794..ddbfb781b395b6f28c9ba0bc366fc9f48c1fd644 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/******* ToolBox & ToolBar *******/
+/* ==== toolbar.css =========================================================
+   == Styles for special toolbars in the Communicator suite.
+   ========================================================================== */
 
-.toolbar-primary 
-  {
-    padding               : 0px;
-  }
-  
-.toolbar-primary > .toolbar-holder
-  {
-    background-color      : #FF9F00;
-  }
+/* ::::: primary toolbar ::::: */
 
-.toolbar-primary > .toolbar-endcap
-  {
-    background-color      : #9C9CFF;
-  }
+.toolbar-primary > .toolbar-holder {
+  background-color: #FF9F00;
+}
 
-.toolbar-primary > toolbargrippy
-  {
-    background-color      : #9C9CFF; 
-  }
+.toolbar-primary > .toolbar-endcap {
+  background-color: #9C9CFF;
+}
 
-.toolbar-primary > toolbargrippy:hover
-  {
-    background-color      : #FFCF00; 
-  }
+.toolbar-primary > toolbargrippy {
+  background-color: #9C9CFF; 
+}
+
+.toolbar-primary > toolbargrippy:hover {
+  background-color: #FFCF00; 
+}