remove tabmail border that looks bad, making loading hovered tabs display a visible...
[themes.git] / LCARStrek / navigator / tabbrowser.css
index 8ead231b77d52b986f75c8c830aed33d64b005db..299cb7f236161f09f99107f2ba6414a6cfffcf97 100644 (file)
   border-bottom: 1px solid #FF9F00;
 }
 
+.tabmail-strip {
+  border-bottom: none;
+}
+
 tabpanels {
 }
 
@@ -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;