X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fnotification.css;h=7aa95c86945affca61cb0a82135af27a7086f340;hb=c2e1f7906034fb0bb5d0ce3bf8017bdbc6b8a8ca;hp=6d17a07b71f68a6ad9fdd24bd3c4dcca5920c88b;hpb=ca710c53d5db01958c0a42128462487e4229c94f;p=themes.git diff --git a/EarlyBlue/global/notification.css b/EarlyBlue/global/notification.css index 6d17a07b..7aa95c86 100644 --- a/EarlyBlue/global/notification.css +++ b/EarlyBlue/global/notification.css @@ -3,6 +3,7 @@ notification { background-color : #FFFFCC; color: #000000; + text-shadow: none; } notification[type="info"] { @@ -46,3 +47,22 @@ notification[type="critical"] .messageImage { .messageCloseButton > .toolbarbutton-icon { -moz-margin-start: 5px; } + +/* Popup notification */ + +.popup-notification-description { + max-width: 248px; +} + +.popup-notification-menubutton { + margin-top: 17px; +} + +.popup-notification-closebutton { + -moz-margin-end: -14px; + margin-top: -10px; +} + +.popup-notification-closeitem { + list-style-image: url("chrome://global/skin/icons/close-button.gif"); +}