Mercurial > hg-stable
comparison mercurial/templates/static/style-gitweb.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 | ab2cd800f1b0 |
children | 9c37df347485 |
comparison
equal
deleted
inserted
replaced
29386:63fad6235369 | 29387:6b77adc2c7b5 |
---|---|
50 td.indexlinks a:hover { background-color: #6666aa; } | 50 td.indexlinks a:hover { background-color: #6666aa; } |
51 div.pre { font-family:monospace; font-size:12px; white-space:pre; } | 51 div.pre { font-family:monospace; font-size:12px; white-space:pre; } |
52 div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; } | 52 div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; } |
53 div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; } | 53 div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; } |
54 div.search { margin:4px 8px; position:absolute; top:56px; right:12px } | 54 div.search { margin:4px 8px; position:absolute; top:56px; right:12px } |
55 tr.thisrev a { color:#999999; text-decoration: none; } | |
56 tr.thisrev pre { color:#009900; } | |
55 .linenr { color:#999999; text-decoration:none } | 57 .linenr { color:#999999; text-decoration:none } |
56 div.rss_logo { float: right; white-space: nowrap; } | 58 div.rss_logo { float: right; white-space: nowrap; } |
57 div.rss_logo a { | 59 div.rss_logo a { |
58 padding:3px 6px; line-height:10px; | 60 padding:3px 6px; line-height:10px; |
59 border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e; | 61 border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e; |