adding 16x16 bookmarkitem image + use it for tabbrowser
[themes.git] / EarlyBlue / skin / EarlyBlue / global / browser.css
index 3a5ffd54dd44d173f1262360f0f6be60eec0c192..ec1e5d7144c81b9c669e6923102886e67c581c12 100644 (file)
 
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
-tab[busy] {
+.tab-image {
+  margin-top: 1px;
+  margin-right: 3px;
+  width: 16px;
+  height: 16px;
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif"); 
+}
+
+tab[busy] > .tab-box > .tab-image {
   list-style-image: url("chrome://global/skin/loading.gif");
 }