From: Prateek Saxena Date: Sun, 26 Jun 2016 12:11:58 +0000 (+0530) Subject: Follow-up 9e45850: Temporarily duplicate styles back to shared.css X-Git-Tag: 1.31.0-rc.0~6518 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=6af8dcf;p=lhc%2Fweb%2Fwiklou.git Follow-up 9e45850: Temporarily duplicate styles back to shared.css Per Bartosz and Timo's comments on Ifd90292fc54875403d871429ce6e5020036d4797 Change-Id: I90940d3f67780af6f1efb8507a0bc038e0496220 --- diff --git a/resources/src/mediawiki.legacy/shared.css b/resources/src/mediawiki.legacy/shared.css index 73e474eae9..4ff403a2ef 100644 --- a/resources/src/mediawiki.legacy/shared.css +++ b/resources/src/mediawiki.legacy/shared.css @@ -91,6 +91,37 @@ abbr[title], } } +/* Colored watchlist and recent changes numbers */ +.mw-plusminus-pos { + color: #006400; /* dark green */ +} + +.mw-plusminus-neg { + color: #8b0000; /* dark red */ +} + +.mw-plusminus-null { + color: #aaa; /* gray */ +} + +/* + * Bidi-isolate these numbers. + * See https://phabricator.wikimedia.org/T93484 + */ +.mw-plusminus-pos, +.mw-plusminus-neg, +.mw-plusminus-null { + unicode-bidi: -moz-isolate; + unicode-bidi: isolate; +} + +/* Comment portions of RC entries */ +span.comment { + font-style: italic; + unicode-bidi: -moz-isolate; + unicode-bidi: isolate; +} + /** * Add a bit of margin space between the preview and the toolbar. * This replaces the ugly


we used to insert into the page source