From 3b9dfce1638053a6d36af919393f14df9abba774 Mon Sep 17 00:00:00 2001 From: Leo Koppelkamm Date: Sun, 14 Aug 2011 14:40:56 +0000 Subject: [PATCH] Fix r94429 : Left and right side are still nearly the same color for 7% of the population. When I wrote to the list a while ago, no one argued for keeping the yellow scheme just because we're used to it. This makes it red/blue, also increases the highlight area ands adds a subtle border per Brandon Harris --- .../mediawiki.action/mediawiki.action.history.diff.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/resources/mediawiki.action/mediawiki.action.history.diff.css b/resources/mediawiki.action/mediawiki.action.history.diff.css index 23ba847dd3..cae30ec0fe 100644 --- a/resources/mediawiki.action/mediawiki.action.history.diff.css +++ b/resources/mediawiki.action/mediawiki.action.history.diff.css @@ -15,11 +15,11 @@ td.diff-lineno { font-weight: bold; } td.diff-addedline { - background: #cfc; + background: #D1E7F6; font-size: smaller; } td.diff-deletedline { - background: #ffa; + background: #F6E0D1; font-size: smaller; } td.diff-context { @@ -31,14 +31,16 @@ td.diff-context { white-space: -moz-pre-wrap; white-space: pre-wrap; text-decoration: none; + padding: 2px 1px; + border: 1px solid gray; } td.diff-addedline .diffchange { - background: #0c0; + background: #75BCD8; } td.diff-deletedline .diffchange { - background: #cc0; + background: #D98462; } table.diff { -- 2.20.1