X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fnotification.css;h=08d54c30838a40a4f9d1e56d29a6ab9cf8f6fb20;hp=6d17a07b71f68a6ad9fdd24bd3c4dcca5920c88b;hb=904e50409e523d61b35bd75ec79c0f34ff107b77;hpb=ca710c53d5db01958c0a42128462487e4229c94f diff --git a/EarlyBlue/global/notification.css b/EarlyBlue/global/notification.css index 6d17a07b..08d54c30 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: 24em; +} + +.popup-notification-button-container { + margin-top: 17px; +} + +.popup-notification-closebutton { + -moz-margin-end: -5px; + margin-top: -5px; +} + +.popup-notification-closeitem { + list-style-image: url("chrome://global/skin/icons/close-button.gif"); +}