Bug 1209343 - Make the background of notification[type="critical"] red again. r=adw

This commit is contained in:
Richard Marti 2015-09-29 22:06:21 +02:00
parent 780bfafd2d
commit 93cca56ddc

View File

@ -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 {