diff options
Diffstat (limited to 'arc-firefox-theme/chrome/global/notification.css')
-rw-r--r-- | arc-firefox-theme/chrome/global/notification.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/global/notification.css b/arc-firefox-theme/chrome/global/notification.css index 079f408..f525710 100644 --- a/arc-firefox-theme/chrome/global/notification.css +++ b/arc-firefox-theme/chrome/global/notification.css @@ -20,6 +20,7 @@ notification[type="info"] { notification[type="critical"] { color: white; background-image: linear-gradient(rgb(212,0,0), rgb(152,0,0)); + -moz-appearance: none; } .notification-inner { |