update both themes for changes in toolkit winstripe for Mozilla 9 platform
[themes.git] / LCARStrek / mozapps / extensions / extensions.css
index 254c07eb8b4d5b1ea4812312266f29238e304526..03efde1bf7693bc153bdaea3cc862815754a275a 100644 (file)
   margin-bottom: 15px;
 }
 
-.alert .addon-control {
+.alert button {
   margin: 1em 2em;
 }
 
   max-height: 300px;
 }
 
+#detail-screenshot[loading] {
+  background-image: url("chrome://communicator/skin/brand/throbber-anim.gif");
+  background-position: 50% 50%;
+  background-repeat: no-repeat;
+}
+
+#detail-screenshot[loading="error"] {
+  background-image: url("chrome://global/skin/icons/alert-error.gif");
+}
+
 #detail-desc-container {
   margin-bottom: 2em;
 }
@@ -889,6 +899,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;
 }
@@ -1039,13 +1053,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;
@@ -1054,3 +1062,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 {
+}