X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fnotification.css;h=576be62af0aa5c6cdd86822e9dadfef2ddd1217a;hb=d184e6f38e7cf172d5cdcfd4c3e0df3e15e66996;hp=cbe1a5cfc070ba4a3e3657d998eccb65f2818444;hpb=6894848ca80b010dc62b1e84b59f705e1ee7cdac;p=themes.git diff --git a/LCARStrek/global/notification.css b/LCARStrek/global/notification.css index cbe1a5cf..576be62a 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: 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"); +}