mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-01 19:06:44 +00:00
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
|
.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
||
|
text-transform: none;
|
||
|
font-weight: normal;
|
||
|
// Badge
|
||
|
> .oo-ui-buttonElement-button:hover {
|
||
|
.oo-ui-labelElement-label {
|
||
|
color: black !important;
|
||
|
}
|
||
|
}
|
||
|
}
|