X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftabbox.css;h=6d00c6acd53201abcc80290a528386b566a420b3;hp=f13b19fea06621c7d2c50cca2848b69aa0d5a833;hb=02920d2b69ae86d5762a1874ba85d273c38bac75;hpb=b70a3a73af442fcb12828f5322e8c06bb0aa1e76 diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index f13b19fe..6d00c6ac 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 ::::: */ @@ -69,7 +68,7 @@ tab { margin-top: 2px; border: 1px outset #CCD0DD; border-bottom: none; - padding: 1px 4px 2px 4px; + padding: 1px 4px 2px; background-color: #CCD0DD; color: #000000; } @@ -89,13 +88,14 @@ 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; } /* tab[first-tab="true"][selected="true"] { - padding-right: 5px; - padding-left: 5px; + -moz-padding-end: 5px; + -moz-padding-start: 5px; } */ @@ -109,7 +109,7 @@ tab[first-tab="true"][selected="true"] { margin-bottom: 2px; border: 1px outset #CCD0DD; border-top: none; - padding: 2px 4px 1px 4px; + padding: 2px 4px 1px; } /* ::::: tabs-bottom ::::: */