Submitter | Alexander Plavin |
---|---|
Date | July 5, 2013, 6:20 p.m. |
Message ID | <4a38d70d86dabc7b7976.1373048421@debian-alexander.dolgopa> |
Download | mbox | patch |
Permalink | /patch/1798/ |
State | Superseded, archived |
Headers | show |
Comments
Patch
diff -r 210168487f7a -r 4a38d70d86da mercurial/templates/static/style-paper.css --- a/mercurial/templates/static/style-paper.css Thu Jul 04 14:19:13 2013 +0400 +++ b/mercurial/templates/static/style-paper.css Thu Jul 04 14:19:43 2013 +0400 @@ -240,6 +240,10 @@ .sourcelines > span:nth-child(4n+1) { background-color: #f0f0f0; } .sourcelines > span:nth-child(4n+3) { background-color: white; } +.sourcelines > span:target { + background-color: #ffff99; +} + .sourcelines > a { display: inline-block; position: absolute;