make reload button a bit nicer and cover the whole 16x16 frame
[themes.git] / LCARStrek / browser / syncCommon.css
index cb2d04ddb5ab80ff779b61af70d16cf7815c5de1..0e136b937334bacc4929112eb39d34a84e749c79 100644 (file)
@@ -1,16 +1,16 @@
-/* The following are used by both syncSetup.xul and syncGenericChange.xul */
+/* The following are used by both sync/setup.xul and sync/genericChange.xul */
 .status {
   color: #FF9F00;
 }
 
 .statusIcon {
-  -moz-margin-start: 4px;
+  margin-inline-start: 4px;
   max-height: 16px;
   max-width: 16px;
 }
 
 .statusIcon[status="active"] {
-  list-style-image: url("chrome://global/skin/icons/loading.gif");
+  list-style-image: url("chrome://global/skin/icons/loading.png");
 }
 
 .statusIcon[status="error"] {
@@ -21,7 +21,7 @@
   list-style-image: url("chrome://global/skin/icons/information-16.png");
 }
 
-/* .data is only used by syncGenericChange.xul, but it seems unnecessary to have
+/* .data is only used by sync/genericChange.xul, but it seems unnecessary to have
    a separate stylesheet for it. */
 .data {
   font-size: 90%;