From fbe1ce82c93eb16a7fa525ccef715a25a5eba9e2 Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 30 Jun 2013 19:29:19 +0200 Subject: [PATCH] sync both themes with SeaMonkey classic changes in 2.20 cycle --- EarlyBlue/communicator/prefpanels.css | 6 ++++++ LCARStrek/communicator/prefpanels.css | 6 ++++++ 2 files changed, 12 insertions(+) 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. -- 2.35.3