diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-10-17 19:10:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-17 19:10:02 +0200 |
commit | 46eab94c094807ff590267872cf32a664625932f (patch) | |
tree | fe8cc19505d1e4abcb472bd30aadaa5b86c1a255 /toolkit | |
parent | b927e0d5caad3a7703829bdc1093bfc67ef3fb97 (diff) | |
parent | 69afcc4f12b1c6c20cbc43989e80148ec502d95e (diff) | |
download | UXP-46eab94c094807ff590267872cf32a664625932f.tar UXP-46eab94c094807ff590267872cf32a664625932f.tar.gz UXP-46eab94c094807ff590267872cf32a664625932f.tar.lz UXP-46eab94c094807ff590267872cf32a664625932f.tar.xz UXP-46eab94c094807ff590267872cf32a664625932f.zip |
Merge pull request #836 from Ascrod/translation
Basilisk: Remove in-browser translation
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/themes/osx/global/notification.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/themes/osx/global/notification.css b/toolkit/themes/osx/global/notification.css index 24b3d3920..6d22cf9c8 100644 --- a/toolkit/themes/osx/global/notification.css +++ b/toolkit/themes/osx/global/notification.css @@ -81,12 +81,12 @@ notificationbox[notificationside="bottom"] > notification { Invert the close icon for @type=info since both are normally dark. It's unclear why !important is necessary here so remove it if it's no longer needed. */ -notification[type="info"]:not([value="translation"]) .close-icon:not(:hover) { +notification[type="info"] .close-icon:not(:hover) { -moz-image-region: rect(0, 64px, 16px, 48px) !important; } @media (min-resolution: 2dppx) { - notification[type="info"]:not([value="translation"]) .close-icon:not(:hover) { + notification[type="info"] .close-icon:not(:hover) { -moz-image-region: rect(0, 128px, 32px, 96px) !important; } } |