X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftabbox.css;h=a35fcc2b38f312fdc8b59863eb73099bb43243b3;hp=d6058c96bd0bdb7d2d1e4dd037868c91b7d479e2;hb=b1db19fed8bd91ff36a19724e9c7dc7545f70f9e;hpb=57fc408c28ef34b3925847c7bedf32de34455d96 diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index d6058c96..a35fcc2b 100644 --- a/LCARStrek/global/tabbox.css +++ b/LCARStrek/global/tabbox.css @@ -35,11 +35,12 @@ tabpanels { tab { border-radius: 8px 8px 0px 0px; margin-top: 2px; - -moz-margin-end: 2px; + -moz-border-end: 2px solid transparent; border-bottom: none; padding: 2px 4px 1px; background-color: #C09070; color: #000000; + background-clip: padding-box; } .tab-text { @@ -77,6 +78,14 @@ tab:first-of-type[selected="true"] { } */ +tab[disabled="true"] { + background-color: #402858 !important; + color: #000000 !important; +} +.tab-text[disabled="true"] { + color: #000000 !important; +} + /* ::::: tab-bottom :::::::::: :: Tabs that are attached to the bottom of a panel, but not necessarily :: a tabpanels. @@ -86,15 +95,18 @@ tab:first-of-type[selected="true"] { border-radius: 0px 0px 8px 8px; margin-top: 0; margin-bottom: 2px; - border: 1px solid #9C9CFF; border-top: none; padding: 2px 4px 1px; } /* ::::: tabs-bottom ::::: */ +.tab-bottom:last-of-type { + margin-right: 0; +} + .tabs-bottom > .tabs-left, .tabs-bottom > .tabs-right { - border-top: 1px solid #9C9CFF; + border-top: 1px solid #008484; border-bottom: none; } \ No newline at end of file