X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fnotification.css;h=ce6108ff69fc1dbcc08fee9b741662845b9316d3;hp=cbe1a5cfc070ba4a3e3657d998eccb65f2818444;hb=a1580a1eec3438d32c4485a79fa90c59b66dfd4a;hpb=6894848ca80b010dc62b1e84b59f705e1ee7cdac diff --git a/LCARStrek/global/notification.css b/LCARStrek/global/notification.css index cbe1a5cf..ce6108ff 100644 --- a/LCARStrek/global/notification.css +++ b/LCARStrek/global/notification.css @@ -3,6 +3,7 @@ notification { background-color : #FFCF00; color: #000000; + text-shadow: none; -moz-border-radius: 8px; } @@ -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,7 @@ 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; +}