From: Bartosz DziewoƄski Date: Sat, 28 May 2016 15:17:25 +0000 (+0200) Subject: Clean up updatedmarker styling mess X-Git-Tag: 1.31.0-rc.0~6779^2 X-Git-Url: http://git.cyclocoop.org/%24dirpuce/puce%24spip_lang_rtl.gif?a=commitdiff_plain;h=2d87616a62cfd66c04fedfa46f0b1b5e738a8445;p=lhc%2Fweb%2Fwiklou.git 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 --- 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; }