X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftabbox.css;h=99ed145615ca65e082e572904e78590b7b5597bb;hp=b642b549314c1db050fc718162b6e4b64aede02f;hb=31e46317376d8a241d13edee5fe9fdf5815be034;hpb=3a1215023d99867400955dbdef14b6986c4facae diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index b642b549..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 ::::: */ @@ -89,15 +88,16 @@ tab[selected="true"] { tab:hover { background-color: #FFCF00; color: #000000; - text-decoration: underline; } tab:hover:active { - text-decoration: none; + background-color: #FF9F00; + color: #000000; } tab:focus > .tab-middle { - -moz-outline: 1px dotted invert; + /* Don't specify the outline-color, we should always use initial value. */ + outline: 1px dotted; } /*