X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fnotification.css;h=42f38eb9f6d332658c17805bb2d08ab64a5ad97d;hp=6d17a07b71f68a6ad9fdd24bd3c4dcca5920c88b;hb=ef3a6994370bde4ca20ff1f86f08b4f1e528eab8;hpb=ca710c53d5db01958c0a42128462487e4229c94f diff --git a/EarlyBlue/global/notification.css b/EarlyBlue/global/notification.css index 6d17a07b..42f38eb9 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-button-container { + 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"); +}