mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-14 11:16:16 +00:00
dc1443f57f
Core styles for Monobook include high-specificity background: transparent; rule for #p-personal li a, we need to match it to set our background. Also change hover behavior: switch to a deeper orange instead of default white, similarly to how the badge already behaves. Partially reverts I682182fe. Bug: 56214 Change-Id: I9f343264c395ecf09c1e34e03d208ec2119fb622
5 lines
142 B
CSS
5 lines
142 B
CSS
/* Different background color on hover for consistency with Monobook skin */
|
|
#pt-mytalk a.mw-echo-alert:hover {
|
|
background-color: #FAB951;
|
|
}
|