mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
7ad8cc24d0
Change-Id: Icceeb916efceb8c2395aae7b30b054b274645f02
14 lines
291 B
Plaintext
14 lines
291 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;
|
|
}
|
|
}
|
|
|
|
// Override personal tools padding for links
|
|
#p-personal li .mw-echo-state a {
|
|
padding: 0 0 0 0;
|
|
}
|