X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fnotification.css;h=2c43f685ba35ba1b295a4ba97a96420efe16a522;hb=09a8871ce51e5f679d12b0b41fc92afa1a6bacc4;hp=2fa8003e8676fe2dcbc40d397c704490f3e308e9;hpb=1783ea508b5f2c4f2f96b96a948aa26172a0380a;p=themes.git diff --git a/EarlyBlue/global/notification.css b/EarlyBlue/global/notification.css index 2fa8003e..2c43f685 100644 --- a/EarlyBlue/global/notification.css +++ b/EarlyBlue/global/notification.css @@ -1,19 +1,24 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); notification { - background-color : #FFFFCC; color: #000000; + background-color : #FFFFCC; text-shadow: none; } notification[type="info"] { - background-color: #CCD0DD; color: #000000; + background-color: #CCD0DD; } notification[type="critical"] { - background-color: #FFC0C0; color: #000000; + background-color: #FFC0C0; +} + +.messageText > .text-link { + color: inherit !important; + text-decoration: underline; } .messageImage {