X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fnotification.css;h=6a429fae490389581fdc83c2400f27cef851e70e;hp=49d3745131481ac07efcf34a17c520fd462e523d;hb=21c0144b2194f018832e93a3b6e112d3bd4852cb;hpb=6073d8daeda2a32cb9694764a149cac6bab8e479 diff --git a/LCARStrek/global/notification.css b/LCARStrek/global/notification.css index 49d37451..6a429fae 100644 --- a/LCARStrek/global/notification.css +++ b/LCARStrek/global/notification.css @@ -1,20 +1,25 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); notification { - background-color : #FFCF00; color: #000000; + background-color : #FFCF00; text-shadow: none; border-radius: 8px; } notification[type="info"] { - background-color: #9C9CFF; color: #000000; + background-color: #9C9CFF; } notification[type="critical"] { - background-color: #FF0000; color: #000000; + background-color: #FF0000; +} + +.messageText > .text-link { + color: inherit !important; + text-decoration: underline; } .messageImage {