From: Robert Kaiser Date: Sat, 5 Jan 2013 17:30:58 +0000 (+0100) Subject: correct disabled tabs X-Git-Tag: LCARStrek-2.16~14 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=d018c8d3bf3f0a80a3cebc5f4a3365f2e58f8a7f correct disabled tabs --- diff --git a/LCARStrek/global/tabbox.css b/LCARStrek/global/tabbox.css index d6058c96..e06ce6dd 100644 --- a/LCARStrek/global/tabbox.css +++ b/LCARStrek/global/tabbox.css @@ -77,6 +77,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.