diff mercurial/templates/static/style-paper.css @ 19459:fbfe5748ef3e

hgweb: highlight line which is linked to at comparison view
author Alexander Plavin <me@aplavin.ru>
date Sat, 13 Jul 2013 17:32:54 +0400
parents 5e518418738e
children dfc0fe1541d9
line wrap: on
line diff
--- a/mercurial/templates/static/style-paper.css	Sat Jul 13 17:31:53 2013 +0400
+++ b/mercurial/templates/static/style-paper.css	Sat Jul 13 17:32:54 2013 +0400
@@ -252,7 +252,7 @@
   content: counters(lineno, ".");
 }
 
-.sourcelines > span:target {
+.sourcelines > span:target, tr:target td {
   background-color: #bfdfff;
 }