some small adaptations to make 2.1a3 look alright
[themes.git] / EarlyBlue / navigator / tabbrowser.css
index c6f2c41ede3a1620760368d4c2af327c35115ec7..983b4347c9b8e985c5c491ea911c1f3054cf3992 100644 (file)
@@ -56,16 +56,16 @@ tabpanels {
 
 .tab-icon {
   margin-top: 1px;
-  margin-right: 3px;
+  -moz-margin-end: 3px;
   width: 16px;
   height: 16px;
 }
 
-tab {
-  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item16.gif");
+.tabbrowser-tab {
+  list-style-image: url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
 }
 
-tab[busy] {
+.tabbrowser-tab[busy] {
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 }
 
@@ -79,7 +79,7 @@ tabbrowser > tabbox > tabpanels {
 
 .tabs-closebutton {
   margin-bottom: 2px;
-  margin-right: 2px;
+  -moz-margin-end: 2px;
   list-style-image: url("chrome://global/skin/icons/close-button.gif");
 }
 
@@ -91,13 +91,13 @@ tabbrowser > tabbox > tabpanels {
   margin: 0px;
   margin-top: 2px;
   padding: 0px;
-  list-style-image: url("chrome://global/skin/icons/tab-new.gif");
+  list-style-image: url("chrome://navigator/skin/icons/tab-new.gif");
 }
 
 .tab-drop-indicator-bar {
   height: 11px;
   margin-top: -11px;
-  margin-left: -8px;
+  -moz-margin-start: -8px;
   position: relative;
 }
 
@@ -106,7 +106,7 @@ tabbrowser > tabbox > tabpanels {
   width: 11px;
   margin-bottom: -8px;
   position: relative;
-  list-style-image: url('chrome://global/skin/icons/tab-drag-indicator.gif');
+  list-style-image: url('chrome://navigator/skin/icons/tab-drag-indicator.gif');
 }
 
 tooltip[tabpreview="true"] {