mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-15 03:35:01 +00:00
383a81811d
Includes new ext.echo.alert module and new preference Change-Id: I7a4e78b033aa5e1ea18d1bfa2b6b0187930a6611
11 lines
192 B
CSS
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;
|
|
}
|