sync both themes with toolkit winstripe changes of 13 cycle
[themes.git] / EarlyBlue / mozapps / extensions / extensions.css
index 21f90ab35f5e330ac78991fc0d36c7843112f780..676aaadbb8541682d0c55f2ee4bd399b7ef165c3 100644 (file)
 }
 
 .addon[active="false"] .icon {
-/*  filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); */
+  filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale");
 }
 
 .addon-view[type="theme"] .icon {
 }
 
 .addon[active="false"] {
-  /* background-color: rgba(135, 135, 135, 0.1); */
+  background-color: #DDDDDD;
 }
 
 .addon-view[active="false"],
 }
 
 .addon[active="false"][selected] {
-  color: #000000;
+  color: #AAAAAA;
 }
 
 .addon[active="false"][selected] .name-container {
-  color: #222233;
+  color: #DDDDDD;
 }
 
 
@@ -853,15 +853,25 @@ setting[first-row="true"] {
   margin-top: 2em;
 }
 
+setting {
+  -moz-box-align: start;
+}
+
+.preferences-alignment {
+  min-height: 30px;
+  -moz-box-align: center;
+}
+
 .preferences-description {
   font-size: 90.9%;
   color: #808080;
   margin-top: -2px;
   -moz-margin-start: 2em;
+  white-space: pre-wrap;
 }
 
-setting[type="string"] > .setting-input > textbox {
-  -moz-box-flex: 1;
+.preferences-description:empty {
+  display: none;
 }
 
 setting[type="radio"] > radiogroup {