sync both themes with suite classic theme changes in SeaMonkey 2.46/2.47 cycles
[themes.git] / EarlyBlue / communicator / prefpanels.css
index 07f2f3d8f8146aaafbb8d859dd566310115ebadd..45f49313704a50b59aebfcbe3c0839cbf3b8d90f 100644 (file)
   -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.
   list-style-image: url("chrome://communicator/skin/icons/feedIcon16.png");
 }
 
+/* ::::: Search ::::: */
+
+#engineList > .menulist-label-box > .menulist-icon {
+  height: 16px;
+  width: 16px;
+}
+
 /* ::::: Sync ::::: */
 
 #syncDesc {