mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-25 00:05:29 +00:00
5 lines
142 B
CSS
5 lines
142 B
CSS
|
/* Different background color on hover for consistency with Monobook skin */
|
||
|
#pt-mytalk a.mw-echo-alert:hover {
|
||
|
background-color: #FAB951;
|
||
|
}
|