X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftabbox.css;h=7f9149cc54da8609b3e4e2370335e864264b7e2d;hp=f97d69f02b6ec135363cdac928f6e4c3636de506;hb=da3c2755e14e83b2d8b5d45315c1574200f740e8;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index f97d69f0..7f9149cc 100644 --- a/EarlyBlue/global/tabbox.css +++ b/EarlyBlue/global/tabbox.css @@ -44,7 +44,7 @@ tab { margin: 0 !important; } -tab[selected="true"] { +tab[visuallyselected="true"] { font-weight: bold; background-color: #EDF1FF; } @@ -59,7 +59,7 @@ tab:-moz-focusring > .tab-middle { } /* -tab:first-of-type[selected="true"] { +tab:first-of-type[visuallyselected="true"] { -moz-padding-end: 5px; -moz-padding-start: 5px; }