diff options
author | Horst3180 | 2016-06-06 14:31:22 +0200 |
---|---|---|
committer | Horst3180 | 2016-06-06 14:31:22 +0200 |
commit | 0202d65e3a906b05064ecd0e71e6d68202e8d4f4 (patch) | |
tree | b4ba5129a76afaddc1e91ea7a0ccea1e82610384 /arc-firefox-theme/chrome/global/alerts/alert-common.css | |
parent | 31085a7bd32c0685ef3a87aeaff418c8ec9e9315 (diff) | |
download | solarc-firefox-theme-0202d65e3a906b05064ecd0e71e6d68202e8d4f4.tar.gz solarc-firefox-theme-0202d65e3a906b05064ecd0e71e6d68202e8d4f4.tar.xz solarc-firefox-theme-0202d65e3a906b05064ecd0e71e6d68202e8d4f4.zip |
update to 47.0rc1firefox-47-beta
Diffstat (limited to 'arc-firefox-theme/chrome/global/alerts/alert-common.css')
-rw-r--r-- | arc-firefox-theme/chrome/global/alerts/alert-common.css | 16 |
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; |