From d018c8d3bf3f0a80a3cebc5f4a3365f2e58f8a7f Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sat, 5 Jan 2013 18:30:58 +0100 Subject: [PATCH] correct disabled tabs --- LCARStrek/global/tabbox.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- 2.35.3