[PATCH 4 of 5 V2] hgweb: change inserted line color in file comparison view

Alexander Plavin me at aplavin.ru
Fri May 31 05:51:56 CDT 2013


# HG changeset patch
# User Alexander Plavin <me at aplavin.ru>
# 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 {


More information about the Mercurial-devel mailing list