even more fixes for LCARStrek 2.0a1
[themes.git] / LCARStrek / communicator / toolbar.css
index d91ab12c17291cf5906d8cf166f1b0dbf1afab2e..3121a574a2baddda29cc7709e41141ba45e08dfd 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-/* ==== toolbar.css =========================================================
-   == Styles for special toolbars in the Communicator suite.
-   ========================================================================== */
+/* ===== toolbar.css ====================================================
+  == Styles used by XUL grippytoolbar in addition to general toolbar styles.
+  ======================================================================= */
 
 /* ::::: primary toolbar ::::: */
 
-.toolbar-primary > .toolbar-holder {
+.toolbar-primary > .toolbar-box > .toolbar-holder {
   background-color: #FF9F00;
 }
 
-.toolbar-primary > .toolbar-endcap {
+.toolbar-primary > .toolbar-box > .toolbar-endcap {
   background-color: #9C9CFF;
 }
 
-.toolbar-primary > toolbargrippy {
-  background-color: #9C9CFF; 
+.toolbar-primary > .toolbar-box > toolbargrippy {
+  background-color: #9C9CFF;
 }
 
-.toolbar-primary > toolbargrippy:hover {
+.toolbar-primary > .toolbar-box > toolbargrippy:hover {
   background-color: #FFCF00;
 }