mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
219b3d8b28
Bug: T112290 Change-Id: I1e73c92c69cf6df7c4d08b27a392f9c9bc19446f
37 lines
947 B
Plaintext
37 lines
947 B
Plaintext
@import '../../echo.variables';
|
|
@import '../../echo.variables.monobook';
|
|
|
|
#p-personal li.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
|
text-transform: none;
|
|
font-weight: normal;
|
|
&, a {
|
|
color: #333;
|
|
}
|
|
// Badge
|
|
> .oo-ui-buttonElement-button {
|
|
padding-right: (@badge-padding + 0.25em);
|
|
&:hover {
|
|
.oo-ui-labelElement-label {
|
|
color: black !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Footer
|
|
.oo-ui-popupWidget-footer {
|
|
// Override text-align that monobook uses for #p-personal li
|
|
text-align: left;
|
|
}
|
|
|
|
}
|
|
|
|
// These rules are outside of the LESS nesting because they don't work inside
|
|
// the nested rule. These should be very strong so as to override the base styles
|
|
#pt-notifications-alert .mw-echo-notifications-badge.oo-ui-flaggedElement-unseen {
|
|
background-color: @badge-background-unseen-alert;
|
|
}
|
|
|
|
#pt-notifications-message .mw-echo-notifications-badge.oo-ui-flaggedElement-unseen {
|
|
background-color: @badge-background-unseen-message;
|
|
}
|