X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftabbox.css;h=f78095cda1e845f2c76c15f72325013e8fe958a4;hp=f13b19fea06621c7d2c50cca2848b69aa0d5a833;hb=acb63e9c6fb6767d7b468ad41950197407b1d985;hpb=b70a3a73af442fcb12828f5322e8c06bb0aa1e76 diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index f13b19fe..f78095cd 100644 --- a/EarlyBlue/global/tabbox.css +++ b/EarlyBlue/global/tabbox.css @@ -35,12 +35,12 @@ * * ***** END LICENSE BLOCK ***** */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - /* ===== tabbox.css ================================================= == Styles used by XUL tab-related elements. ======================================================================= */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + /* ::::: tabs ::::: */ .tabs-left, @@ -60,7 +60,6 @@ tabpanels { padding: 5px; background-color: #CCD0DD; color: #000000; - -moz-user-focus: normal; } /* ::::: tab ::::: */ @@ -89,7 +88,8 @@ tab:hover { } tab:focus > .tab-middle { - outline: 1px dotted invert; + /* Don't specify the outline-color, we should always use initial value. */ + outline: 1px dotted; } /*