mediawiki-extensions-Echo/modules/alert/ext.echo.alert.less
jdlrobson 430628ccc1 Hygiene: Port all Echo css to less.
No changes.
Makes styling code more readable.

Change-Id: Ie45f2cd3671bee5b88ba92ca2946d6e77cd59508
2014-08-04 11:43:27 -07:00

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