mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 01:30:15 +00:00
Merge "Make Monobook use the same badge color scheme as Vector"
This commit is contained in:
commit
d51d1ebc23
|
@ -7,6 +7,8 @@
|
|||
@notification-background-read: #f1f1f1;
|
||||
|
||||
@badge-counter-background-seen: #71777D;
|
||||
@badge-counter-background-unseen-alert: #c33;
|
||||
@badge-counter-background-unseen-message: #36c;
|
||||
|
||||
@notification-text-color: #111;
|
||||
@notification-body-color: #777;
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
@badge-counter-background-unseen-alert: #dea4a2;
|
||||
@badge-counter-background-unseen-message: #b7cffb;
|
|
@ -1,2 +0,0 @@
|
|||
@badge-counter-background-unseen-alert: #C33;
|
||||
@badge-counter-background-unseen-message: #36C;
|
|
@ -1,5 +1,4 @@
|
|||
@import '../echo.variables';
|
||||
@import '../echo.variables.monobook';
|
||||
|
||||
/* We have to include the #pt-notifications selector due to monobook */
|
||||
.mw-echo-notifications-badge {
|
||||
|
@ -22,12 +21,10 @@
|
|||
&.mw-echo-unseen-notifications {
|
||||
#pt-notifications-alert &:after {
|
||||
background-color: @badge-counter-background-unseen-alert;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#pt-notifications-notice &:after {
|
||||
background-color: @badge-counter-background-unseen-message;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
@import '../echo.variables';
|
||||
@import '../echo.variables.vector';
|
||||
|
||||
/* We have to include the #pt-notifications selector due to monobook */
|
||||
.mw-echo-notifications-badge {
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
@import '../echo.variables';
|
||||
@import '../echo.variables.monobook';
|
||||
|
||||
#p-personal li.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
||||
text-transform: none;
|
||||
|
|
Loading…
Reference in a new issue