keep up with Classic/*stripe development
[themes.git] / EarlyBlue / global / browser.css
index 5a0f83b4e4d64857482e5e2b01a0e630dc44f6c8..fcea3717376f000581b804f904f6fb5af700a710 100644 (file)
   /* XXX: Firefox rules - look into those when we support FF
   -moz-binding: url("chrome://global/skin/globalBindings.xml#tabbrowser-tab") !important;
   background: transparent !important;
-  margin: 0px  !important;
+  margin: 0px 0px 1px !important;
   padding: 0px !important;
   border: none !important;
   height: 22px !important;
-  margin-bottom: 1px;
   */
 }
 
@@ -115,7 +114,7 @@ tabpanels {
  */
 
 .tab-drop-indicator-bar {
-    display:none;
+    visibility: hidden;
     height: 9px;
     margin-top: -9px;
     position: relative;
@@ -130,7 +129,7 @@ tabpanels {
 }
 
 .tab-drop-indicator-bar[dragging="true"] {
-    display: -moz-box;
+    visibility: visible;
 }
 
 /**