diff mercurial/templates/static/style-paper.css @ 29387:6b77adc2c7b5

hgweb: highlight data of the current revision in annotate view * Distinguish the /annotate/<revision>/<file>#<linenumber> link when it would lead to the current page (i.e. <revision> is the current revision) (style it gray and undecorated). This indicates more clearly that this is a "dead-end" in blame navigation. * Display lines changed in current revision in green.
author Denis Laxalde <denis.laxalde@logilab.fr>
date Thu, 02 Jun 2016 16:26:50 +0200
parents bdd7d9c7e626
children 9c37df347485
line wrap: on
line diff
--- a/mercurial/templates/static/style-paper.css	Tue Jun 21 17:15:51 2016 +0100
+++ b/mercurial/templates/static/style-paper.css	Thu Jun 02 16:26:50 2016 +0200
@@ -208,6 +208,8 @@
 .bigtable .annotate { text-align: right; }
 .bigtable td.annotate { font-size: smaller; }
 .bigtable td.source { font-size: inherit; }
+tr.thisrev a { color:#999999; text-decoration: none; }
+tr.thisrev td.source { color:#009900; }
 
 .source, .sourcefirst {
   font-family: monospace;