remove tabmail border that looks bad, making loading hovered tabs display a visible...
[themes.git] / LCARStrek / navigator / tabbrowser.css
index 397fec5f92b7e328f534c1ece0107cac210e7abc..299cb7f236161f09f99107f2ba6414a6cfffcf97 100644 (file)
   border-bottom: 1px solid #FF9F00;
 }
 
+.tabmail-strip {
+  border-bottom: none;
+}
+
 tabpanels {
 }
 
@@ -55,7 +59,7 @@ tabpanels {
 
 .tab-icon {
   margin-top: 1px;
-  margin-right: 3px;
+  -moz-margin-end: 3px;
   width: 16px;
   height: 16px;
 }
@@ -68,6 +72,10 @@ tabpanels {
   list-style-image: url("chrome://global/skin/icons/loading.gif");
 }
 
+.tabbrowser-tab[busy]:hover {
+  list-style-image: url("chrome://global/skin/icons/loading-hover.gif");
+}
+
 tabbrowser > tabbox > tabpanels {
   border: none;
   padding: 0px;
@@ -78,7 +86,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");
 }
 
@@ -101,7 +109,7 @@ tabbrowser > tabbox > tabpanels {
 .tab-drop-indicator-bar {
   height: 11px;
   margin-top: -11px;
-  margin-left: -8px;
+  -moz-margin-start: -8px;
   position: relative;
 }