X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fbrowser.css;h=bdd4f264a6437e3e8475b7f7677944551693ce43;hp=5a0f83b4e4d64857482e5e2b01a0e630dc44f6c8;hb=3327253ed3b6be3c4cc98847e444c55f9a268d45;hpb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202 diff --git a/EarlyBlue/global/browser.css b/EarlyBlue/global/browser.css index 5a0f83b4..bdd4f264 100644 --- a/EarlyBlue/global/browser.css +++ b/EarlyBlue/global/browser.css @@ -62,11 +62,10 @@ /* 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);