make textbox highlight work without the regiurement of transparent border colors...
[themes.git] / EarlyBlue / communicator / brand.css
index 3a8de56907690de3ea616d3c2713236279882dc8..c2d4ce79abcd397a2978c9a1f529352f60b93685 100644 (file)
   border: 1px inset #CCD0DD;
 }
 
-#navigator-throbber[buttonstyle="text"],
-#navigator-throbber[buttonstyle="pictures"],
+window[chromehidden~="toolbar"] #navigator-throbber,
+toolbar[mode="text"] #navigator-throbber,
+toolbar[mode="icons"] #navigator-throbber,
 #navigator-throbber[toolbarmode="small"] {
   margin: 0 2px 0 1px;
   list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
 }
 
-#navigator-throbber[buttonstyle="text"][busy="true"],
-#navigator-throbber[buttonstyle="pictures"][busy="true"],
+window[chromehidden~="toolbar"] #navigator-throbber[busy="true"],
+toolbar[mode="text"] #navigator-throbber[busy="true"],
+toolbar[mode="icons"] #navigator-throbber[busy="true"],
 #navigator-throbber[toolbarmode="small"][busy="true"] {
   list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
 }