X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fnotification.css;fp=EarlyBlue%2Fglobal%2Fnotification.css;h=9ade78d40ff84bf9dca903d31adb6b2776ef18f0;hp=08d54c30838a40a4f9d1e56d29a6ab9cf8f6fb20;hb=c60d23d202dd9e6ec3e47e1c54e20329d0afb68b;hpb=c53bb36b989ea5e6df3123ee0726398d3e8ff2d3 diff --git a/EarlyBlue/global/notification.css b/EarlyBlue/global/notification.css index 08d54c30..9ade78d4 100644 --- a/EarlyBlue/global/notification.css +++ b/EarlyBlue/global/notification.css @@ -27,14 +27,15 @@ notification[type="critical"] { /* Default icons for notifications */ -notification[type="info"] .messageImage { +.messageImage[type="info"] { list-style-image: url("chrome://global/skin/icons/information-16.png"); } -notification[type="warning"] .messageImage { + +.messageImage[type="warning"] { list-style-image: url("chrome://global/skin/icons/warning-16.png"); } -notification[type="critical"] .messageImage { +.messageImage[type="critical"] { list-style-image: url("chrome://global/skin/icons/error-16.png"); }