aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global/alerts/alert-common.css
diff options
context:
space:
mode:
Diffstat (limited to 'arc-firefox-theme/chrome/global/alerts/alert-common.css')
-rw-r--r--arc-firefox-theme/chrome/global/alerts/alert-common.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/global/alerts/alert-common.css b/arc-firefox-theme/chrome/global/alerts/alert-common.css
index 20d9e7b..a58388e 100644
--- a/arc-firefox-theme/chrome/global/alerts/alert-common.css
+++ b/arc-firefox-theme/chrome/global/alerts/alert-common.css
@@ -53,6 +53,22 @@
}
}
+#alertIcon {
+ margin-top: 6px;
+ margin-inline-start: 8px;
+ margin-inline-end: 0;
+ margin-bottom: 0;
+ width: 16px;
+ min-height: 16px;
+ max-height: 16px;
+}
+
+@media (resolution: 2dppx) {
+ #alertIcon {
+ image-rendering: -moz-crisp-edges;
+ }
+}
+
#alertImage {
width: 80px;
height: 80px;