update to suite default status of 2009-01-30: bug 474807 - replace margin/padding...
[themes.git] / LCARStrek / navigator / tabbrowser.css
index a8e418138d497b859114202c9d74bb1dd73ec353..8ead231b77d52b986f75c8c830aed33d64b005db 100644 (file)
@@ -38,7 +38,6 @@
 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
 
 .tabbrowser-strip {
-  padding-bottom: 1px;
   border-bottom: 1px solid #FF9F00;
 }
 
@@ -56,7 +55,7 @@ tabpanels {
 
 .tab-icon {
   margin-top: 1px;
-  margin-right: 3px;
+  -moz-margin-end: 3px;
   width: 16px;
   height: 16px;
 }
@@ -79,7 +78,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");
 }
 
@@ -87,6 +86,11 @@ tabbrowser > tabbox > tabpanels {
   margin: 0;
 }
 
+.tabs-closebutton:hover,
+.tabs-closebutton:hover:active {
+  list-style-image: url("chrome://global/skin/icons/close-button-hover.gif");
+}
+
 .tabs-newbutton {
   margin: 0px;
   margin-top: 2px;
@@ -97,7 +101,7 @@ tabbrowser > tabbox > tabpanels {
 .tab-drop-indicator-bar {
   height: 11px;
   margin-top: -11px;
-  margin-left: -8px;
+  -moz-margin-start: -8px;
   position: relative;
 }