fifth and last part of syncing LCARStrek with Firefox 45-48 windows theme changes
[themes.git] / LCARStrek / mozapps / extensions / update.css
index 7bb34048c37d43ddf8c7e3fc72b6e12588d48758..2c536e5a2a90ac84af804e32f04a162f89211afc 100644 (file)
@@ -3,7 +3,7 @@
 }
 
 .throbber {
-  list-style-image: url("chrome://global/skin/icons/loading.gif");
+  list-style-image: url("chrome://global/skin/icons/loading.png");
   width: 16px;
   height: 16px;
   margin-top: 5px;
   -moz-margin-end: 2px;
 }
 
+@media (min-resolution: 1.1dppx) {
+  .throbber {
+    list-style-image: url("chrome://global/skin/icons/loading@2x.png");
+  }
+}
+
 .alertBox {
   background-color : #000000;
   color: #FF9F00;
   border: 0px solid transparent;
   border-bottom: 1px solid #008484;
-  margin-left: 3px;
-  margin-right: 3px;
+  -moz-margin-start: 3px;
+  -moz-margin-end: 3px;
   padding: 5px;
 }