X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=resources%2Fsrc%2Fmediawiki%2Fmediawiki.notification.css;h=a56be760861476abac69094159c213d649c7514e;hb=4bdbe49c9f5af46e65d340b3b6fa3e74566d8728;hp=481980fc7b9c5f5927a026a4b7c7b21fc38ca208;hpb=69f4cbfee84c005583aaa0f73e8b7de1e768549e;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/src/mediawiki/mediawiki.notification.css b/resources/src/mediawiki/mediawiki.notification.css index 481980fc7b..a56be76086 100644 --- a/resources/src/mediawiki/mediawiki.notification.css +++ b/resources/src/mediawiki/mediawiki.notification.css @@ -11,11 +11,10 @@ } .mw-notification { - padding: 0.25em 1em; + padding: 0.75em 1.5em; margin-bottom: 0.5em; border: solid 1px #ddd; - background-color: #fcfcfc; - color: #252525; + background-color: #fff; /* Click handler in mediawiki.notification.js */ cursor: pointer; @@ -43,12 +42,12 @@ font-weight: bold; } -.mw-notification-type-warn { +.mw-notification.mw-notification-type-warn { border-color: #f5be00; /* yellow */ background-color: #ffffe8; } -.mw-notification-type-error { +.mw-notification.mw-notification-type-error { border-color: #eb3941; /* red */ background-color: #fff8f8; }