X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fnotification.css;h=cbe1a5cfc070ba4a3e3657d998eccb65f2818444;hp=4db2ae77d6658c102baf69ecee5fb7bd1f6c0f36;hb=6894848ca80b010dc62b1e84b59f705e1ee7cdac;hpb=cfae8c7415f63c4e1fb5a13876f22ee0881b76ec diff --git a/LCARStrek/global/notification.css b/LCARStrek/global/notification.css index 4db2ae77..cbe1a5cf 100644 --- a/LCARStrek/global/notification.css +++ b/LCARStrek/global/notification.css @@ -19,7 +19,6 @@ notification[type="critical"] { .messageImage { width: 16px; height: 16px; - margin: 0px 1px 0px 6px; } /* Default icons for notifications */ @@ -39,8 +38,18 @@ notification[type="critical"] .messageImage { -moz-margin-start: 5px; } +.notification-inner { + -moz-margin-start: 8px; + -moz-margin-end: 12px; +} + .messageCloseButton { list-style-image: url("chrome://global/skin/icons/close-button.gif"); padding: 4px 2px; border: none; } + +.messageCloseButton:hover, +.messageCloseButton:hover:active { + list-style-image: url("chrome://global/skin/icons/close-button-hover.gif"); +}