X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fnotification.css;h=bf7b4dc5d389f66b77233aad485d2a9817e11d66;hp=4db2ae77d6658c102baf69ecee5fb7bd1f6c0f36;hb=044b5d491a673c74d770c3f43276c2b85380a485;hpb=cfae8c7415f63c4e1fb5a13876f22ee0881b76ec diff --git a/LCARStrek/global/notification.css b/LCARStrek/global/notification.css index 4db2ae77..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"] { @@ -19,7 +20,6 @@ notification[type="critical"] { .messageImage { width: 16px; height: 16px; - margin: 0px 1px 0px 6px; } /* Default icons for notifications */ @@ -35,8 +35,9 @@ 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; } .messageCloseButton { @@ -44,3 +45,31 @@ notification[type="critical"] .messageImage { padding: 4px 2px; border: none; } + +.messageCloseButton:hover, +.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"); +}