X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftabbox.css;h=8017a7d8a85e04ff2bba42b45a5f8c1b76e37dbe;hp=6d00c6acd53201abcc80290a528386b566a420b3;hb=c64e6c0decc589514d435b1c54c1f576bb09eee5;hpb=02920d2b69ae86d5762a1874ba85d273c38bac75 diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index 6d00c6ac..8017a7d8 100644 --- a/EarlyBlue/global/tabbox.css +++ b/EarlyBlue/global/tabbox.css @@ -78,7 +78,6 @@ tab { } tab[selected="true"] { - -moz-user-focus: normal; font-weight: bold; background-color: #EDF1FF; } @@ -87,13 +86,13 @@ tab:hover { color: #336699; } -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; }