mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +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
13 lines
266 B
CSS
13 lines
266 B
CSS
#pt-mytalk {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
/* High-specificity rule to override core styles for #p-personal li a */
|
|
#pt-mytalk a.mw-echo-alert {
|
|
border-radius: 2px;
|
|
background-color: #F9C557;
|
|
padding: 0.25em 0.8em 0.2em 0.8em;
|
|
color: #555555;
|
|
font-weight: normal;
|
|
}
|