X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftabbox.css;h=99ed145615ca65e082e572904e78590b7b5597bb;hp=5557fd3290cb1c04c8d57b23e7c5708a83216d22;hb=31e46317376d8a241d13edee5fe9fdf5815be034;hpb=b1e5c9b1470d19c43f7c724365a64a92c61cbc0a diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index 5557fd32..99ed1456 100644 --- a/LCARStrek/global/tabbox.css +++ b/LCARStrek/global/tabbox.css @@ -35,12 +35,12 @@ * * ***** END LICENSE BLOCK ***** */ -@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); - /* ===== tabbox.css ================================================= == Styles used by XUL tab-related elements. ======================================================================= */ +@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); + /* ::::: tabs ::::: */ .tabs-left, @@ -61,7 +61,6 @@ tabpanels { padding: 5px; background-color: #000000; color: #FF9F00; - -moz-user-focus: normal; } /* ::::: tab ::::: */ @@ -73,26 +72,32 @@ 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 { - text-decoration: none; +tab:hover:active { + background-color: #FF9F00; + color: #000000; +} + +tab:focus > .tab-middle { + /* Don't specify the outline-color, we should always use initial value. */ + outline: 1px dotted; } /*