Jonas Kress (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/229344

Change subject: Fixes css rules warn, error not applied
......................................................................

Fixes css rules warn, error not applied

This patch fixes the css rules for mw-notification-type-warn and
mw-notification-type-error to be more important, because otherwise they
were not displayed.

It is a fix for the following patch:
https://gerrit.wikimedia.org/r/#/c/105104/

Change-Id: If972e3649f1c2fb05a058a252922a039c6bb5926
---
M resources/src/mediawiki/mediawiki.notification.css
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/44/229344/1

diff --git a/resources/src/mediawiki/mediawiki.notification.css 
b/resources/src/mediawiki/mediawiki.notification.css
index 632ae82..57d2b8e 100644
--- a/resources/src/mediawiki/mediawiki.notification.css
+++ b/resources/src/mediawiki/mediawiki.notification.css
@@ -21,12 +21,12 @@
        font-weight: bold;
 }
 
-.mw-notification-type-warn {
+.mw-notification-area .mw-notification.mw-notification-type-warn {
        border-color: #F5BE00; /* yellow */
        background-color: #FFFFE8;
 }
 
-.mw-notification-type-error {
+.mw-notification-area .mw-notification.mw-notification-type-error {
        border-color: #EB3941; /* red */
        background-color: #FFF8F8;
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/229344
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If972e3649f1c2fb05a058a252922a039c6bb5926
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Jonas Kress (WMDE) <jonas.kr...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to