2015-11-12 19:37:56 +00:00
|
|
|
.mw-echo-ui-notificationItemWidget {
|
2015-09-11 00:05:30 +00:00
|
|
|
#p-personal & a,
|
2015-08-13 00:54:16 +00:00
|
|
|
#p-personal & a.new {
|
2015-09-30 18:25:06 +00:00
|
|
|
// Oh and double everything for :hover since Modern does that too.
|
2016-10-05 00:11:41 +00:00
|
|
|
&,
|
|
|
|
&:hover {
|
2015-09-30 18:25:06 +00:00
|
|
|
// In modern, the hover color is white, which is unhelpful.
|
2016-10-05 00:11:41 +00:00
|
|
|
color: #666;
|
2015-09-30 18:25:06 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2015-08-13 00:54:16 +00:00
|
|
|
}
|
2015-09-16 23:53:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#p-personal .mw-echo-ui-notificationBadgeButtonPopupWidget-footer a {
|
2016-10-05 00:11:41 +00:00
|
|
|
color: #666;
|
2015-08-13 00:54:16 +00:00
|
|
|
}
|
2015-09-10 20:41:18 +00:00
|
|
|
|
|
|
|
// Override personal tools padding for links
|
|
|
|
#p-personal li .mw-echo-state a {
|
2016-10-05 00:11:41 +00:00
|
|
|
padding: 0;
|
2015-09-10 20:41:18 +00:00
|
|
|
}
|