From 2d87616a62cfd66c04fedfa46f0b1b5e738a8445 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Sat, 28 May 2016 17:17:25 +0200 Subject: [PATCH] Clean up updatedmarker styling mess This is the follow-up to d629541076c29ce4a7ec50d69a5e5969b409f16d that b09bfb7bf6b811f9657a606d611a7f889a5e013e meant to be but failed. It updates the right file this time, and removes the old override for old skins. Bug: T134515 Change-Id: I074688562e4da8c7c32d9f2bae67cd601e9b5f65 --- resources/src/mediawiki.action/mediawiki.action.history.css | 5 ++--- resources/src/mediawiki.legacy/oldshared.css | 4 ---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/resources/src/mediawiki.action/mediawiki.action.history.css b/resources/src/mediawiki.action/mediawiki.action.history.css index 835383e978..95e92ae374 100644 --- a/resources/src/mediawiki.action/mediawiki.action.history.css +++ b/resources/src/mediawiki.action/mediawiki.action.history.css @@ -3,7 +3,6 @@ visibility: hidden; } -span.updatedmarker { - color: #000; - background-color: #0f0; +.updatedmarker { + background-color: #b7f430; } diff --git a/resources/src/mediawiki.legacy/oldshared.css b/resources/src/mediawiki.legacy/oldshared.css index f6c3cdbcbd..7ccf59e548 100644 --- a/resources/src/mediawiki.legacy/oldshared.css +++ b/resources/src/mediawiki.legacy/oldshared.css @@ -294,10 +294,6 @@ span.unpatrolled { color: #f00; } -.updatedmarker { - background-color: #b7f430; -} - div.gallerybox { width: 150px; } -- 2.20.1