keeping up with classic trunk changes, resizing tab icon to 16x16 again
[themes.git] / EarlyBlue / global / browser.css
index 9e78dacfdb03496d454c9a1258d5d6eda9d818b8..aa1d1c380bdabacd554d790a83ed09d63f920925 100644 (file)
@@ -73,7 +73,7 @@ tabbrowser > tabbox > tabpanels {
   margin: 0px;
 }
 
-/* ::::: close button ::::: */
+/* ::::: close & new tab buttons ::::: */
 
 .tabs-closebutton {
   margin-bottom: 3px;
@@ -84,3 +84,9 @@ tabbrowser > tabbox > tabpanels {
 .tabs-closebutton > .toolbarbutton-icon {
   margin: 0;
 }
+
+.tabs-newbutton {
+  margin: 0px;
+  padding: 0px;
+  list-style-image: url("chrome://global/skin/icons/tab-new.gif");
+}
\ No newline at end of file