mediawiki-extensions-Echo/modules/alert/ext.echo.alert.css

13 lines
266 B
CSS
Raw Normal View History

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