X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftabbox.css;h=2a397e1f416b23ba108e4919bffed9faac38b7a0;hp=c84a7200e56cb647db4d4572a032aa3d8b18dc8d;hb=86609099c5905442cd908d7e7309c9551e1102f1;hpb=8da3cfd5d90d45c806039d47877abea421bce4e6 diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index c84a7200..2a397e1f 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 ::::: */ @@ -78,8 +77,18 @@ tab { margin: 0 !important; } -tab[selected="true"] { +tab[selected="true"] { + -moz-user-focus: normal; font-weight: bold; + background-color: #EDF1FF; +} + +tab:hover { + color: #336699; +} + +tab:focus > .tab-middle { + outline: 1px dotted invert; } /* @@ -108,4 +117,4 @@ tab[first-tab="true"][selected="true"] { .tabs-bottom > .tabs-right { border-top: 1px solid #666699; border-bottom: none; -} +} \ No newline at end of file