X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftabbox.css;h=d6a92f34de280a068f5123798a74ae10fc1fa7e2;hp=b642b549314c1db050fc718162b6e4b64aede02f;hb=18f5421a753324176299d1a66883253f6658d863;hpb=3a1215023d99867400955dbdef14b6986c4facae diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index b642b549..d6a92f34 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 ::::: */ @@ -71,7 +70,7 @@ tab { margin-top: 2px; border: 1px solid #9C9CFF; border-bottom: none; - padding: 1px 4px 2px 4px; + padding: 1px 4px 2px; background-color: #000000; color: #FF9F00; } @@ -81,7 +80,6 @@ tab { } tab[selected="true"] { - -moz-user-focus: normal; font-weight: bold; background-color: #008484; } @@ -89,21 +87,22 @@ 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; } /* -tab[first-tab="true"][selected="true"] { - padding-right: 5px; - padding-left: 5px; +tab:first-of-type[selected="true"] { + -moz-padding-end: 5px; + -moz-padding-start: 5px; } */ @@ -118,7 +117,7 @@ tab[first-tab="true"][selected="true"] { margin-bottom: 2px; border: 1px solid #9C9CFF; border-top: none; - padding: 2px 4px 1px 4px; + padding: 2px 4px 1px; } /* ::::: tabs-bottom ::::: */