X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftabbox.css;h=7ed7b55e8ca4860db56c32a6aff3f000c0799524;hp=c84a7200e56cb647db4d4572a032aa3d8b18dc8d;hb=0d8920693c7adf75e9a58be6b3714ca67a722a31;hpb=8da3cfd5d90d45c806039d47877abea421bce4e6 diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index c84a7200..7ed7b55e 100644 --- a/EarlyBlue/global/tabbox.css +++ b/EarlyBlue/global/tabbox.css @@ -78,8 +78,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 { + -moz-outline: 1px dotted invert; } /* @@ -108,4 +118,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