X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftabbox.css;h=f13b19fea06621c7d2c50cca2848b69aa0d5a833;hp=ee41d8fceabfbd100a7bb6e402505ae50b8abb05;hb=b70a3a73af442fcb12828f5322e8c06bb0aa1e76;hpb=f24507954fc5a0fc540b913450f45d44f20e97b5 diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index ee41d8fc..f13b19fe 100644 --- a/EarlyBlue/global/tabbox.css +++ b/EarlyBlue/global/tabbox.css @@ -78,7 +78,8 @@ tab { margin: 0 !important; } -tab[selected="true"] { +tab[selected="true"] { + -moz-user-focus: normal; font-weight: bold; background-color: #EDF1FF; } @@ -87,6 +88,10 @@ tab:hover { color: #336699; } +tab:focus > .tab-middle { + outline: 1px dotted invert; +} + /* tab[first-tab="true"][selected="true"] { padding-right: 5px;