diff --git a/browser/components/preferences/main.inc.xhtml b/browser/components/preferences/main.inc.xhtml
index bc11087b5259..f8bc211d9b62 100644
--- a/browser/components/preferences/main.inc.xhtml
+++ b/browser/components/preferences/main.inc.xhtml
@@ -38,7 +38,7 @@
data-l10n-id="always-check-default"/>
-
+
-
+
@@ -133,7 +133,7 @@
-
+
@@ -318,7 +318,7 @@
-
+
@@ -505,7 +505,7 @@
data-l10n-id="update-updateButton"/>
-
+
-
+
@@ -537,7 +537,7 @@
disabled="true"/>
-
+
-
+
-
+
@@ -579,14 +579,14 @@
disabled="true"/>
-
+
-
+
@@ -618,7 +618,7 @@
-
+
.sync-engines-list + hbox {
min-height: 16px;
margin-block: 7px;
margin-inline-end: 8px;
-}
-
-html|img.update-throbber {
vertical-align: middle;
}
-image.update-throbber {
- list-style-image: url("chrome://global/skin/icons/loading.png");
-}
-
-@media (min-resolution: 1.1dppx) {
- .update-throbber {
- list-style-image: url("chrome://global/skin/icons/loading@2x.png");
- }
+.update-throbber {
+ content: image-set(url("chrome://global/skin/icons/loading.png"), url("chrome://global/skin/icons/loading@2x.png") 2x);
}
.navigation {
@@ -932,7 +923,7 @@ image.update-throbber {
}
.face-sad {
- list-style-image: url("chrome://browser/skin/preferences/face-sad.svg");
+ content: url("chrome://browser/skin/preferences/face-sad.svg");
width: 20px;
height: 20px;
margin-block: 5px;
@@ -940,7 +931,7 @@ image.update-throbber {
}
.face-smile {
- list-style-image: url("chrome://browser/skin/preferences/face-smile.svg");
+ content: url("chrome://browser/skin/preferences/face-smile.svg");
width: 20px;
height: 20px;
margin-block: 5px;
@@ -978,7 +969,7 @@ image.update-throbber {
}
.info-icon {
- list-style-image: url("chrome://global/skin/icons/info.svg");
+ content: url("chrome://global/skin/icons/info.svg");
width: 16px;
height: 16px;
margin-inline-end: 6px;