some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / mozapps / extensions / update.css
index d6e268adf759b5df154e4add6c0b2a08bbf2b5ee..8488da801758466c09917f259a04d776c1d9bfac 100644 (file)
@@ -1,15 +1,17 @@
-#alert {
-  list-style-image: url("chrome://mozapps/skin/update/update.png");
-}
-
 .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;
   margin-bottom: 5px;
-  -moz-margin-start: 5px;
-  -moz-margin-end: 2px;
+  margin-inline-start: 5px;
+  margin-inline-end: 2px;
+}
+
+@media (min-resolution: 1.1dppx) {
+  .throbber {
+    list-style-image: url("chrome://global/skin/icons/loading@2x.png");
+  }
 }
 
 .alertBox {
@@ -17,7 +19,7 @@
   color: #FF9F00;
   border: 0px solid transparent;
   border-bottom: 1px solid #008484;
-  -moz-margin-start: 3px;
-  -moz-margin-end: 3px;
+  margin-inline-start: 3px;
+  margin-inline-end: 3px;
   padding: 5px;
 }