mediawiki-extensions-Echo/modules/nojs/mw.echo.badge.monobook.less

24 lines
583 B
Plaintext
Raw Normal View History

@import '../echo.variables';
@import '../echo.variables.monobook';
/* We have to include the #pt-notifications selector due to monobook */
.mw-echo-notifications-badge {
&.oo-ui-flaggedElement-unseen,
&.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;
}
}
}
#p-personal #pt-notifications-alert,
#p-personal #pt-notifications-notice {
display: inline-block;
}