From patchwork Fri May 31 10:51:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4, of, 5, V2] hgweb: change inserted line color in file comparison view From: Alexander Plavin X-Patchwork-Id: 1682 Message-Id: <746e1cd797846b7b46f5.1369997516@debian-alexander.dolgopa> To: mercurial-devel@selenic.com Date: Fri, 31 May 2013 14:51:56 +0400 # HG changeset patch # User Alexander Plavin # Date 1369991879 -14400 # Fri May 31 13:17:59 2013 +0400 # Node ID 746e1cd797846b7b46f5fe497bc2e43153fcd143 # Parent 79de9eb002abd71fb4a44de2d39271354c9b815e hgweb: change inserted line color in file comparison view Change the color from yellow to green, not to interfere with linked line highlight and for consistency. diff -r 79de9eb002ab -r 746e1cd79784 mercurial/templates/static/style-paper.css --- a/mercurial/templates/static/style-paper.css Fri May 31 13:05:28 2013 +0400 +++ b/mercurial/templates/static/style-paper.css Fri May 31 13:17:59 2013 +0400 @@ -337,7 +337,7 @@ } .insert { - background-color: #ffa; + background-color: #afa; } .replace {