summaryrefslogtreecommitdiffstats
path: root/toolkit/themes/osx/global/notification.css
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-10-19 09:16:25 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-10-19 09:16:25 +0200
commit56eb74dbedb8663070f837deee42d31d027e3dd7 (patch)
tree94c5bbbb4cd7dabc9561dfd44de8d7d347c080b8 /toolkit/themes/osx/global/notification.css
parent8c3d0aaca0d1db89a3a23665cfde43980c6191ed (diff)
parentc423bdaf0364fe1dd3b540145779ccd0c6a053f7 (diff)
downloadUXP-56eb74dbedb8663070f837deee42d31d027e3dd7.tar
UXP-56eb74dbedb8663070f837deee42d31d027e3dd7.tar.gz
UXP-56eb74dbedb8663070f837deee42d31d027e3dd7.tar.lz
UXP-56eb74dbedb8663070f837deee42d31d027e3dd7.tar.xz
UXP-56eb74dbedb8663070f837deee42d31d027e3dd7.zip
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
Diffstat (limited to 'toolkit/themes/osx/global/notification.css')
-rw-r--r--toolkit/themes/osx/global/notification.css4
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;
}
}