update both themes for toolkit winstripe changed up to 2010-06-19
[themes.git] / EarlyBlue / global / browser.css
index 5a0f83b4e4d64857482e5e2b01a0e630dc44f6c8..bdd4f264a6437e3e8475b7f7677944551693ce43 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;
   */
 }
 
@@ -106,7 +105,7 @@ tabpanels {
   border: 1px dotted transparent;
 }
 
-.tabbrowser-tab:focus > .tab-image-middle > .tab-text {
+.tabbrowser-tab:-moz-focusring > .tab-image-middle > .tab-text {
   border: 1px dotted #666699;
 }
 
@@ -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;
 }
 
 /**
@@ -179,8 +178,6 @@ tabpanels {
  */
 
 .alltabs-item > .menu-iconic-left > .menu-iconic-icon {
-  width: 16px;
-  height: 16px;
   /* XXX: Firefox rules - look into those when we support FF
   list-style-image: url("chrome://global/skin/icons/folder-item.png");
   -moz-image-region: rect(0px, 16px, 16px, 0px);