X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftabbox.css;h=7ed7b55e8ca4860db56c32a6aff3f000c0799524;hp=ee41d8fceabfbd100a7bb6e402505ae50b8abb05;hb=caf7fc110fe23265fa8401a3c5d0ff4849604a0f;hpb=30ca92d0a8e9144849a95fce7aacb36190280b65 diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index ee41d8fc..7ed7b55e 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 { + -moz-outline: 1px dotted invert; +} + /* tab[first-tab="true"][selected="true"] { padding-right: 5px;