another round of slight improvements for LCARStrek 2.0a1
[themes.git] / LCARStrek / communicator / toolbar.css
index b442d8484c3586b34f72ec204e8c07a5355856eb..d4f6c6660f0b56d9ce1af6fc8b7aa844ad352217 100644 (file)
@@ -37,9 +37,9 @@
 
 @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 ::::: */
 
   background-color: #9C9CFF;
 }
 
-.toolbar-primary > .toolbar-begcap {
-  background-color: #9C9CFF; 
+.toolbar-primary > toolbargrippy {
+  background-color: #9C9CFF;
 }
 
+.toolbar-primary > toolbargrippy:hover {
+  background-color: #FFCF00;
+}