From 2e52fc60410d4c4e5c507b280530009106afd7ce Mon Sep 17 00:00:00 2001 From: Robert Kaiser Date: Sun, 9 Nov 2014 19:57:45 +0100 Subject: [PATCH] sync both themes with classic theme changes in SeaMonkey 2.31 cycle --- EarlyBlue/communicator/prefpanels.css | 7 +++++++ LCARStrek/communicator/prefpanels.css | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/EarlyBlue/communicator/prefpanels.css b/EarlyBlue/communicator/prefpanels.css index 004d1515..5d7621ba 100644 --- a/EarlyBlue/communicator/prefpanels.css +++ b/EarlyBlue/communicator/prefpanels.css @@ -125,6 +125,13 @@ checkbox.nogray-disabled[disabled="true"][nogray="true"] { list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png"); } +/* ::::: Search ::::: */ + +#engineList > .menulist-label-box > .menulist-icon { + height: 16px; + width: 16px; +} + /* ::::: Sync ::::: */ #syncDesc { diff --git a/LCARStrek/communicator/prefpanels.css b/LCARStrek/communicator/prefpanels.css index ef893a47..c325f028 100644 --- a/LCARStrek/communicator/prefpanels.css +++ b/LCARStrek/communicator/prefpanels.css @@ -125,6 +125,13 @@ checkbox.nogray-disabled[disabled="true"][nogray="true"] { list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png"); } +/* ::::: Search ::::: */ + +#engineList > .menulist-label-box > .menulist-icon { + height: 16px; + width: 16px; +} + /* ::::: Sync ::::: */ #syncDesc { -- 2.35.3