mediawiki-extensions-Echo/modules/alert/ext.echo.alert.monobook.css
MatmaRex dc1443f57f ext.echo.alert: Restore orange background on Monobook
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
2013-10-27 15:30:22 +01:00

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;
}