Fix unstyled updatedmarker
authorRoan Kattouw <roan.kattouw@gmail.com>
Thu, 5 May 2016 03:54:49 +0000 (20:54 -0700)
committerJdlrobson <jrobson@wikimedia.org>
Wed, 18 May 2016 15:26:17 +0000 (15:26 +0000)
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

resources/src/mediawiki.action/mediawiki.action.history.css

index 603a965..292318c 100644 (file)
@@ -2,3 +2,8 @@
 #pagehistory li.after input[name="diff"] {
        visibility: hidden;
 }
+
+span.updatedmarker {
+       color: black;
+       background-color: #0f0;
+}