complete move of devtools images into images/
[themes.git] / LCARStrek / mozapps / update / updates.css
index 83203be7065e80531d6c66b4f97850f24bfcb72f..daf9148270ff83ffe77d1f96808abae8fc602285 100644 (file)
@@ -30,7 +30,14 @@ 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"] {