EarlyBlue 2.0a1 -> 2.0a2 changes, communicator/ and global/ changes
[themes.git] / EarlyBlue / communicator / brand.css
index c2d4ce79abcd397a2978c9a1f529352f60b93685..2927ce5aa78ac924b2a054a71a9cdfb58f4e7717 100644 (file)
@@ -64,7 +64,7 @@
 window[chromehidden~="toolbar"] #navigator-throbber,
 toolbar[mode="text"] #navigator-throbber,
 toolbar[mode="icons"] #navigator-throbber,
-#navigator-throbber[toolbarmode="small"] {
+toolbar[iconsize="small"] #navigator-throbber {
   margin: 0 2px 0 1px;
   list-style-image: url("chrome://communicator/skin/brand/throbber16-single.gif");
 }
@@ -72,6 +72,6 @@ toolbar[mode="icons"] #navigator-throbber,
 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"] {
+toolbar[iconsize="small"] #navigator-throbber[busy="true"] {
   list-style-image: url("chrome://communicator/skin/brand/throbber16-anim.gif");
 }