diff options
author | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-10-11 23:35:46 -0400 |
---|---|---|
committer | Ascrod <32915892+Ascrod@users.noreply.github.com> | 2018-10-11 23:35:46 -0400 |
commit | 7dbe6a3b4c153bbb82be812a642e86715e0924be (patch) | |
tree | 8678292232f73e3391e59e606e8f0f8b57738881 /toolkit/themes/osx/global | |
parent | 98bf922150a1ba5fe248735b377deca3dbb62043 (diff) | |
download | UXP-7dbe6a3b4c153bbb82be812a642e86715e0924be.tar UXP-7dbe6a3b4c153bbb82be812a642e86715e0924be.tar.gz UXP-7dbe6a3b4c153bbb82be812a642e86715e0924be.tar.lz UXP-7dbe6a3b4c153bbb82be812a642e86715e0924be.tar.xz UXP-7dbe6a3b4c153bbb82be812a642e86715e0924be.zip |
Issue #832 Part 2: Remove styling and images.
Diffstat (limited to 'toolkit/themes/osx/global')
-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; } } |