mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Make footer notice link blue in Monobook
We have to override a CSS rule that tries to make all <a>s blue, but not override it so powerfully that the real link in the footer notice isn't blue. Change-Id: I5a91419aab7cf6d6fe10c8e707168b52c2451cd8
This commit is contained in:
parent
c81e1b93d2
commit
a4caed52cd
|
@ -4,7 +4,7 @@
|
|||
#p-personal li.mw-echo-ui-notificationBadgeButtonPopupWidget {
|
||||
text-transform: none;
|
||||
font-weight: normal;
|
||||
&, .oo-ui-popupWidget a {
|
||||
&, .oo-ui-popupWidget a.oo-ui-buttonElement-button {
|
||||
color: #333;
|
||||
}
|
||||
// Badge
|
||||
|
|
Loading…
Reference in a new issue