From: Robert Kaiser Date: Sun, 30 Jun 2013 17:29:19 +0000 (+0200) Subject: sync both themes with SeaMonkey classic changes in 2.20 cycle X-Git-Tag: LCARStrek-2.20~8 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=fbe1ce82c93eb16a7fa525ccef715a25a5eba9e2;hp=68989a961db87da15aa0eafdae8d815b4f98a95e sync both themes with SeaMonkey classic changes in 2.20 cycle --- diff --git a/EarlyBlue/communicator/prefpanels.css b/EarlyBlue/communicator/prefpanels.css index 07f2f3d8..004d1515 100644 --- a/EarlyBlue/communicator/prefpanels.css +++ b/EarlyBlue/communicator/prefpanels.css @@ -19,6 +19,12 @@ -moz-box-flex: 1; } +/* checkbox which is disabled for changes but non-gray text (i.e., in effect) */ + +checkbox.nogray-disabled[disabled="true"][nogray="true"] { + color: inherit; +} + /* ::::: Applications ::::: */ /** * Line up the actions menu with action labels above and below it. diff --git a/LCARStrek/communicator/prefpanels.css b/LCARStrek/communicator/prefpanels.css index 037fc8da..ef893a47 100644 --- a/LCARStrek/communicator/prefpanels.css +++ b/LCARStrek/communicator/prefpanels.css @@ -19,6 +19,12 @@ -moz-box-flex: 1; } +/* checkbox which is disabled for changes but non-gray text (i.e., in effect) */ + +checkbox.nogray-disabled[disabled="true"][nogray="true"] { + color: inherit; +} + /* ::::: Applications ::::: */ /** * Line up the actions menu with action labels above and below it.