X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftabbox.css;h=566a6cc27738b1f7b20835194d3c9eec55e6b51e;hb=8caa872d050772c572257f23011c668f70dcaef7;hp=7ed7b55e8ca4860db56c32a6aff3f000c0799524;hpb=caf7fc110fe23265fa8401a3c5d0ff4849604a0f;p=themes.git diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index 7ed7b55e..566a6cc2 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,13 +88,14 @@ tab:hover { } tab:focus > .tab-middle { - -moz-outline: 1px dotted invert; + /* Don't specify the outline-color, we should always use initial value. */ + outline: 1px dotted; } /* tab[first-tab="true"][selected="true"] { - padding-right: 5px; - padding-left: 5px; + -moz-padding-end: 5px; + -moz-padding-start: 5px; } */