X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fnotification.css;h=bf7b4dc5d389f66b77233aad485d2a9817e11d66;hp=cbe1a5cfc070ba4a3e3657d998eccb65f2818444;hb=044b5d491a673c74d770c3f43276c2b85380a485;hpb=6894848ca80b010dc62b1e84b59f705e1ee7cdac diff --git a/LCARStrek/global/notification.css b/LCARStrek/global/notification.css index cbe1a5cf..bf7b4dc5 100644 --- a/LCARStrek/global/notification.css +++ b/LCARStrek/global/notification.css @@ -3,7 +3,8 @@ notification { background-color : #FFCF00; color: #000000; - -moz-border-radius: 8px; + text-shadow: none; + border-radius: 8px; } notification[type="info"] { @@ -34,10 +35,6 @@ notification[type="critical"] .messageImage { list-style-image: url("chrome://global/skin/icons/error-16.png"); } -.messageText { - -moz-margin-start: 5px; -} - .notification-inner { -moz-margin-start: 8px; -moz-margin-end: 12px; @@ -53,3 +50,26 @@ notification[type="critical"] .messageImage { .messageCloseButton:hover:active { list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); } + +.messageCloseButton > .toolbarbutton-icon { + -moz-margin-start: 2px; +} + +/* 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"); +}