X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftabbox.css;h=119c0c0ecdf633a80f7f97610244483863318749;hb=defd065c303d0bf880f41e89cbb1ff999129d8cc;hp=d67f16ebeeecaf439180b1c9cd5f9e07b4900629;hpb=b1eaa41997928ca662ce1158215dc02e5b203eb0;p=themes.git diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index d67f16eb..119c0c0e 100644 --- a/LCARStrek/global/tabbox.css +++ b/LCARStrek/global/tabbox.css @@ -73,28 +73,33 @@ tab { border-bottom: none; padding: 1px 4px 2px 4px; background-color: #000000; - color: #FF9F00; + color: #FF9F00; } .tab-text { margin: 0 !important; } -tab[selected="true"] { +tab[selected="true"] { + -moz-user-focus: normal; font-weight: bold; background-color: #008484; } -tab:hover { +tab:hover { background-color: #FFCF00; color: #000000; text-decoration: underline; } -tab:hover:active { +tab:hover:active { text-decoration: none; } +tab:focus > .tab-middle { + outline: 1px dotted invert; +} + /* tab[first-tab="true"][selected="true"] { padding-right: 5px; @@ -122,4 +127,4 @@ tab[first-tab="true"][selected="true"] { .tabs-bottom > .tabs-right { border-top: 1px solid #9C9CFF; border-bottom: none; -} +} \ No newline at end of file