X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fcommunicator%2Fprefpanels.css;h=45f49313704a50b59aebfcbe3c0839cbf3b8d90f;hp=07f2f3d8f8146aaafbb8d859dd566310115ebadd;hb=43ba37c15d4c3b381344e45dac387a9df582f48f;hpb=9099c61da39b1346a25b1c01463829a44d72d6e1 diff --git a/EarlyBlue/communicator/prefpanels.css b/EarlyBlue/communicator/prefpanels.css index 07f2f3d8..45f49313 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. @@ -42,8 +48,8 @@ .handler-action > .listcell-icon, .handler-type > .listcell-icon { margin: 0px; - -moz-margin-start: 3px; - -moz-margin-end: 5px; + margin-inline-start: 3px; + margin-inline-end: 5px; height: 16px; width: 16px; } @@ -59,7 +65,7 @@ .actionsMenu > .menulist-label-box { padding: 1px; - -moz-padding-start: 0; + padding-inline-start: 0; } .actionsMenu > .menulist-label-box > .menulist-icon { @@ -70,8 +76,8 @@ .handler-action > .menu-iconic-left { padding: 1px; - -moz-margin-start: 2px !important; - -moz-margin-end: 5px !important; + margin-inline-start: 2px !important; + margin-inline-end: 5px !important; /** * Make the icons appear. @@ -119,6 +125,13 @@ list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png"); } +/* ::::: Search ::::: */ + +#engineList > .menulist-label-box > .menulist-icon { + height: 16px; + width: 16px; +} + /* ::::: Sync ::::: */ #syncDesc {