diff options
author | Horst3180 | 2015-09-24 02:11:04 +0200 |
---|---|---|
committer | Horst3180 | 2015-09-24 02:11:04 +0200 |
commit | 976787c0273b2f4d60e979dc7754d76acbaea8ed (patch) | |
tree | b303c2cdcc99ebd85f42099338f7d179c6248720 /arc-firefox-theme/chrome/global/notification.css | |
parent | 4bd72dfb583377dcc92304cb5f5122fccfd26a00 (diff) | |
download | solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.tar.gz solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.tar.xz solarc-firefox-theme-976787c0273b2f4d60e979dc7754d76acbaea8ed.zip |
update to 42.0b1
Diffstat (limited to 'arc-firefox-theme/chrome/global/notification.css')
-rw-r--r-- | arc-firefox-theme/chrome/global/notification.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arc-firefox-theme/chrome/global/notification.css b/arc-firefox-theme/chrome/global/notification.css index 4c5d27e..079f408 100644 --- a/arc-firefox-theme/chrome/global/notification.css +++ b/arc-firefox-theme/chrome/global/notification.css @@ -5,14 +5,16 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); notification { - color: InfoText; + color: -moz-gtk-info-bar-text; background-color: InfoBackground; + -moz-appearance: -moz-gtk-info-bar; text-shadow: none; } notification[type="info"] { color: -moz-DialogText; background-color: -moz-Dialog; + -moz-appearance: none; } notification[type="critical"] { |