complete move of devtools images into images/
[themes.git] / LCARStrek / mozapps / update / updates.css
index 02bff7679dc16f54becd45ba7953d1e35e9dcbba..daf9148270ff83ffe77d1f96808abae8fc602285 100644 (file)
@@ -30,11 +30,18 @@ wizardpage {
 }
 
 .remoteLoadingThrobber[state="loading"] {
-  list-style-image: url("chrome://global/skin/icons/loading.gif");
+  list-style-image: url("chrome://global/skin/icons/loading.png");
+}
+
+@media (min-resolution: 1.1dppx) {
+  .remoteLoadingThrobber[state="loading"] {
+    width: 16px;
+    list-style-image: url("chrome://global/skin/icons/loading@2x.png");
+  }
 }
 
 .remoteLoadingThrobber[state="error"] {
-  list-style-image: url("chrome://global/skin/icons/notfound.png");
+  list-style-image: url("chrome://global/skin/icons/information-16.png");
 }
 
 .wizard-buttons-separator {
@@ -46,6 +53,21 @@ wizardpage {
   -moz-margin-end: 6px;
 }
 
+.inline-link {
+  color: #3333FF;
+  text-decoration: none;
+}
+
+.inline-link:hover {
+  text-decoration: underline;
+}
+
+/* Unsupported Page */
+#unsupportedLabel, #unsupportedLinkLabel {
+  -moz-margin-start: 0;
+  -moz-padding-start: 0;
+}
+
 /* Update Found Basic Page */
 #updateName, #updateFinishedName {
   font-weight: bold;