X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftabbox.css;h=28e1ee1628037b06ac41de3b2410a7e711a597d5;hp=936afbf8e21fbb5e506e82765d2156a074946b9c;hb=4c18c82c8aae51ecc4e5273ad55a70c869d59ff4;hpb=02920d2b69ae86d5762a1874ba85d273c38bac75 diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index 936afbf8..28e1ee16 100644 --- a/LCARStrek/global/tabbox.css +++ b/LCARStrek/global/tabbox.css @@ -80,7 +80,6 @@ tab { } tab[selected="true"] { - -moz-user-focus: normal; font-weight: bold; background-color: #008484; } @@ -95,13 +94,13 @@ tab:hover:active { color: #000000; } -tab:focus > .tab-middle { +tab:-moz-focusring > .tab-middle { /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted; } /* -tab[first-tab="true"][selected="true"] { +tab:first-of-type[selected="true"] { -moz-padding-end: 5px; -moz-padding-start: 5px; }