X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Ftabbox.css;h=a88fc0af74da4a5c2af58417f63e0d67623ce73d;hp=1468d0139b878954926fc7f07caf075c94555caa;hb=e467613fdd85e23875b2dc9a6ad25f3a028ef441;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index 1468d013..a88fc0af 100644 --- a/LCARStrek/global/tabbox.css +++ b/LCARStrek/global/tabbox.css @@ -24,7 +24,7 @@ tabpanels { border-radius: 5px; - border: 1px solid #9C9CFF; + border: 2px solid #008484; padding: 5px; background-color: #000000; color: #FF9F00; @@ -35,18 +35,19 @@ tabpanels { tab { border-radius: 8px 8px 0px 0px; margin-top: 2px; - border: 1px solid #9C9CFF; + -moz-border-end: 2px solid transparent; border-bottom: none; - padding: 1px 4px 2px; - background-color: #000000; - color: #FF9F00; + padding: 2px 4px 1px; + background-color: #C09070; + color: #000000; + background-clip: padding-box; } .tab-text { margin: 0 !important; } -tab[selected="true"] { +tab[visuallyselected="true"] { font-weight: bold; background-color: #008484; } @@ -67,13 +68,24 @@ tab:-moz-focusring > .tab-middle { -moz-outline-radius: 3px 3px 0px 0px; } +tab:first-of-type { + -moz-margin-start: 5px; +} /* -tab:first-of-type[selected="true"] { +tab:first-of-type[visuallyselected="true"] { -moz-padding-end: 5px; -moz-padding-start: 5px; } */ +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. @@ -83,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