update with classic theme development, keep about:plugins compatible for 1.7 release
[themes.git] / EarlyBlue / global / browser.css
index d417862b9dd84bae87224272c7a308d85c85a8b8..ec2f181c9784b93f4968e7933dbb022690e62c61 100644 (file)
@@ -59,10 +59,13 @@ tabpanels {
   margin-right: 3px;
   width: 16px;
   height: 16px;
-  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif"); 
 }
 
-tab[busy] > .tab-icon {
+tab {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif");
+}
+
+tab[busy] {
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 }