From: Volker E Date: Wed, 18 May 2016 20:35:34 +0000 (-0700) Subject: Improve unstyled updatedmarker X-Git-Tag: 1.31.0-rc.0~6891 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=b09bfb7bf6b811f9657a606d611a7f889a5e013e;p=lhc%2Fweb%2Fwiklou.git 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 --- 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 {