sync both themes for toolkit changes in toolkit winstripe in the Mozilla 8 cycle
[themes.git] / EarlyBlue / mozapps / extensions / extensions.css
index 77dab190112c8f1fd0b708ad3883c0bedaceee6e..f428145b42de4ead922a438642ea6f200bdc263f 100644 (file)
   margin-bottom: 15px;
 }
 
-.alert .addon-control {
+.alert button {
   margin: 1em 2em;
 }
 
@@ -842,6 +842,10 @@ setting[type="string"] > .setting-input > textbox {
   -moz-box-flex: 1;
 }
 
+setting[type="radio"] > radiogroup {
+  -moz-box-orient: horizontal;
+}
+
 menulist { /* Fixes some styling inconsistencies */
   margin: 1px 5px 2px 5px;
 }
@@ -991,13 +995,7 @@ menulist { /* Fixes some styling inconsistencies */
   display: none;
 }
 
-setting[type="color"] colorpicker[type="button"] {
-/*  margin: 1px 5px 2px 5px;
-  padding: 3px;
-  height: 25px; */
-}
-
-.button-link {
+button.button-link {
   background: transparent;
   border: none;
   text-decoration: underline;
@@ -1006,3 +1004,7 @@ setting[type="color"] colorpicker[type="button"] {
   min-width: 0;
   margin: 0 6px;
 }
+
+/* Needed to override normal button style from inContent.css */
+button.button-link:not([disabled="true"]):active:hover {
+}