mediawiki-extensions-Echo/modules/alert/ext.echo.alert.css
kaldari 383a81811d Adding new talk page message alert for logged in users
Includes new ext.echo.alert module and new preference

Change-Id: I7a4e78b033aa5e1ea18d1bfa2b6b0187930a6611
2013-05-14 10:39:49 -07:00

11 lines
192 B
CSS

#pt-mytalk {
white-space: nowrap;
}
#pt-mytalk a.mw-echo-alert {
border-radius: 2px;
background-color: #F9C557;
padding: 0.3em 0.9em 0.25em 0.9em;
color: #555555;
font-weight: normal;
}