keeping up with classic trunk and EarlyBlue
[themes.git] / EarlyBlue / global / browser.css
index c582f41c8505648ba1e36ee82188a673ad1931a9..abdf828a3638e29a208327335535afe3bc697434 100644 (file)
@@ -60,7 +60,7 @@ tabpanels {
   margin-right: 3px;
   width: 16px;
   height: 16px;
-  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif"); 
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif"); 
 }
 
 tab[busy] > .tab-icon {
@@ -73,10 +73,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 +84,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