Fix unstyled updatedmarker

This is the "changed since your last visit" marker that you'll
see on ?action=history for a page on your watchlist, marking
edits that were made since you last viewed the page.

updatedmarker is styled by some skins, but not all of them.
I figured it's probably better to style it from history-specific
CSS in core than to fix Vector to style it.

Bug: T134515
Change-Id: I123f0b19e3869d3885bb38b7a5609941fcee600b
This commit is contained in:
Roan Kattouw 2016-05-04 20:54:49 -07:00 committed by Jdlrobson
parent 7e7b5c181d
commit d629541076

View file

@ -2,3 +2,8 @@
#pagehistory li.after input[name="diff"] {
visibility: hidden;
}
span.updatedmarker {
color: black;
background-color: #0f0;
}