From b09bfb7bf6b811f9657a606d611a7f889a5e013e Mon Sep 17 00:00:00 2001 From: Volker E Date: Wed, 18 May 2016 13:35:34 -0700 Subject: [PATCH] Improve 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. Updating CSS selector and involved colors to address some of the concerns and improving consistency. Bug: T134515 Change-Id: Ib21ee453f0fa71fc8f516db1fec71096d962d194 --- resources/src/mediawiki.legacy/oldshared.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/src/mediawiki.legacy/oldshared.css b/resources/src/mediawiki.legacy/oldshared.css index c58bcc8e96..83b219a239 100644 --- a/resources/src/mediawiki.legacy/oldshared.css +++ b/resources/src/mediawiki.legacy/oldshared.css @@ -293,9 +293,8 @@ span.unpatrolled { color: #f00; } -span.updatedmarker { - color: #000; - background-color: #0f0; +.updatedmarker { + background-color: #b7f430; } div.gallerybox { -- 2.20.1