X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fnotification.css;h=6a429fae490389581fdc83c2400f27cef851e70e;hp=74d8fef9348f07eb0cf5a8338499bcaaa55eb34e;hb=e6947267ac09872af2aa1c74c74cb00d8581abe4;hpb=7f3c87b90b35de6caf61470435a41efc3a4b852a diff --git a/LCARStrek/global/notification.css b/LCARStrek/global/notification.css index 74d8fef9..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 { @@ -24,14 +29,15 @@ notification[type="critical"] { /* Default icons for notifications */ -notification[type="info"] .messageImage { +.messageImage[type="info"] { list-style-image: url("chrome://global/skin/icons/information-16.png"); } -notification[type="warning"] .messageImage { + +.messageImage[type="warning"] { list-style-image: url("chrome://global/skin/icons/warning-16.png"); } -notification[type="critical"] .messageImage { +.messageImage[type="critical"] { list-style-image: url("chrome://global/skin/icons/error-16.png"); } @@ -58,7 +64,15 @@ notification[type="critical"] .messageImage { /* Popup notification */ .popup-notification-description { - max-width: 248px; + max-width: 24em; +} + +.popup-notification-learnmore-link { + margin-top: 1em !important; +} + +.popup-notification-learnmore-link:not([href]) { + display: none; } .popup-notification-button-container {