MediaWiki:Gadget-SubtleUpdatemarker.css
This page is loaded as a part of the SubtleUpdatemarker gadget, which is enabled by default. |
/* Tone down 'Changed since last visit' colors */
span.updatedmarker {
background-color: transparent;
color: #006400;
}
/*
* this was originally in the WatchlistGreenIndicators.css gadget, but it loads
* on history pages, which we'd like to avoid in that gadget which is currently
* watchlist only
*/
li.mw-history-line-updated {
list-style-image: url(//upload.wikimedia.org/wikipedia/commons/1/19/ChangedBulletVector.svg);
}