X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftabbox.css;h=b642b549314c1db050fc718162b6e4b64aede02f;hb=b70a3a73af442fcb12828f5322e8c06bb0aa1e76;hp=5557fd3290cb1c04c8d57b23e7c5708a83216d22;hpb=b1e5c9b1470d19c43f7c724365a64a92c61cbc0a;p=themes.git diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index 5557fd32..b642b549 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 { + -moz-outline: 1px dotted invert; +} + /* tab[first-tab="true"][selected="true"] { padding-right: 5px;