X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Ftabbox.css;h=beb16e989a4219fb1648624df6b990e28f1b4f0b;hp=7a76e127f072bc40df8e9f8a617ad7288f8b4a72;hb=e0c47e26dd93b86f3dbd5c0042b56f3b24b3c2ae;hpb=74d14f90a7085ce7d63f78d6124b57e9a8422d3f diff --git a/EarlyBlue/global/tabbox.css b/EarlyBlue/global/tabbox.css index 7a76e127..beb16e98 100644 --- a/EarlyBlue/global/tabbox.css +++ b/EarlyBlue/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, @@ -60,15 +60,15 @@ tabpanels { padding: 5px; background-color: #CCD0DD; color: #000000; - -moz-user-focus: normal; } /* ::::: tab ::::: */ tab { - margin-top: 2px; + margin-top: 1px; border: 1px outset #CCD0DD; - padding: 1px 4px 2px 4px; + border-bottom: none; + padding: 1px 4px 2px; background-color: #CCD0DD; color: #000000; } @@ -77,14 +77,24 @@ tab { margin: 0 !important; } -tab[selected="true"] { +tab[selected="true"] { font-weight: bold; + background-color: #EDF1FF; +} + +tab:hover { + color: #336699; +} + +tab:-moz-focusring > .tab-middle { + /* 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; } */ @@ -96,7 +106,9 @@ tab[first-tab="true"][selected="true"] { .tab-bottom { margin-top: 0; margin-bottom: 2px; - padding: 2px 4px 1px 4px; + border: 1px outset #CCD0DD; + border-top: none; + padding: 2px 4px 1px; } /* ::::: tabs-bottom ::::: */ @@ -105,4 +117,4 @@ tab[first-tab="true"][selected="true"] { .tabs-bottom > .tabs-right { border-top: 1px solid #666699; border-bottom: none; -} +} \ No newline at end of file