diff options
author | Horst3180 | 2015-11-03 18:13:25 +0100 |
---|---|---|
committer | Horst3180 | 2015-11-03 18:13:25 +0100 |
commit | 77b3159c5482051456597da2d9eb051242db2251 (patch) | |
tree | f9e00578296fd6e87d45656b7ffbcaf7dafc6186 /arc-firefox-theme/chrome/global/notification.css | |
parent | 397d470525a48c0a866d7356f3d3a8016189e21f (diff) | |
parent | 9b4a293cbaf033f2c8f0a12a161f7b3ba7e84125 (diff) | |
download | solarc-firefox-theme-77b3159c5482051456597da2d9eb051242db2251.tar.gz solarc-firefox-theme-77b3159c5482051456597da2d9eb051242db2251.tar.xz solarc-firefox-theme-77b3159c5482051456597da2d9eb051242db2251.zip |
Merge branch 'firefox-42-beta'42.2015110341.20151103
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"] { |