X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftabbox.css;h=f13b19fea06621c7d2c50cca2848b69aa0d5a833;hp=c84a7200e56cb647db4d4572a032aa3d8b18dc8d;hb=a36a33b7053ded0c3ecebd701574377e188b653b;hpb=8da3cfd5d90d45c806039d47877abea421bce4e6 diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index c84a7200..f13b19fe 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 { + 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