improve collapsed grippy display in LCARStrek
[themes.git] / LCARStrek / communicator / brand.css
index 75a2e2e5f08d6c7a480fa86a5e93f3d3b8558c56..6aa324f8bf6d50b97171d357d0d2f4388ee1b478 100644 (file)
   list-style-image: url("chrome://communicator/skin/brand/throbber-anim.gif");
 }
 
-#navigator-throbber[buttonstyle="text"],
-#navigator-throbber[buttonstyle="pictures"],
-#navigator-throbber[toolbarmode="small"] {
+window[chromehidden~="toolbar"] #navigator-throbber,
+toolbar[mode="text"] #navigator-throbber,
+toolbar[mode="icons"] #navigator-throbber,
+#toolbar[iconsize="small"] #navigator-throbber {
   margin: 0 3px 0 1px;
   padding: 2px;
   list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
 }
 
-#navigator-throbber[buttonstyle="text"][busy="true"],
-#navigator-throbber[buttonstyle="pictures"][busy="true"],
-#navigator-throbber[toolbarmode="small"][busy="true"] {
+window[chromehidden~="toolbar"] #navigator-throbber[busy="true"],
+toolbar[mode="text"] #navigator-throbber[busy="true"],
+toolbar[mode="icons"] #navigator-throbber[busy="true"],
+#toolbar[iconsize="small"] #navigator-throbber[busy="true"] {
   list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
 }