mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-29 01:54:33 +00:00
233da11ebd
White on white isn't readable :( Change-Id: Ie352961048ef9788a53da4b1cfeddd5808284b68
19 lines
382 B
Plaintext
19 lines
382 B
Plaintext
.mw-echo-ui-notificationOptionWidget {
|
|
#p-personal & a,
|
|
#p-personal & a.new {
|
|
// In modern, the hover color is white, which is unhelpful.
|
|
color: #666666;
|
|
text-decoration: none;
|
|
}
|
|
|
|
}
|
|
|
|
#p-personal .mw-echo-ui-notificationBadgeButtonPopupWidget-footer a {
|
|
color: #666666;
|
|
}
|
|
|
|
// Override personal tools padding for links
|
|
#p-personal li .mw-echo-state a {
|
|
padding: 0 0 0 0;
|
|
}
|