mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-01 02:46:46 +00:00
13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
|
#pt-mytalk {
|
||
|
white-space: nowrap;
|
||
|
|
||
|
/* High-specificity rule to override core styles for #p-personal li a */
|
||
|
a.mw-echo-alert {
|
||
|
border-radius: 2px;
|
||
|
background-color: #F9C557;
|
||
|
padding: 0.25em 0.8em 0.2em 0.8em;
|
||
|
color: #555555;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
}
|