mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1209343 - Make the background of notification[type="critical"] red again. r=adw
This commit is contained in:
parent
f8f6d7ecf0
commit
1bcdc5e839
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user