update with classic theme development, keep about:plugins compatible for 1.7 release
[themes.git] / EarlyBlue / global / browser.css
index 9e78dacfdb03496d454c9a1258d5d6eda9d818b8..ec2f181c9784b93f4968e7933dbb022690e62c61 100644 (file)
@@ -43,7 +43,6 @@
 }
 
 tabpanels {
-  -moz-appearance: none;
 }
 
 .tabbrowser-tabs {
@@ -60,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");
 }
 
@@ -73,10 +75,10 @@ tabbrowser > tabbox > tabpanels {
   margin: 0px;
 }
 
-/* ::::: close button ::::: */
+/* ::::: close & new tab buttons ::::: */
 
 .tabs-closebutton {
-  margin-bottom: 3px;
+  margin-bottom: 2px;
   margin-right: 2px;
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
 }
@@ -84,3 +86,10 @@ tabbrowser > tabbox > tabpanels {
 .tabs-closebutton > .toolbarbutton-icon {
   margin: 0;
 }
+
+.tabs-newbutton {
+  margin: 0px;
+  margin-top: 2px;
+  padding: 0px;
+  list-style-image: url("chrome://global/skin/icons/tab-new.gif");
+}
\ No newline at end of file