Mercurial > hg-stable
comparison mercurial/templates/static/style-gitweb.css @ 12353:0c2c969e032b stable
hgweb: be consistent with the background highlighting on closed branches (Issue2386)
The coal and paper web themes will highlight closed branches as a visual cue to
the user. This patch makes the other two themes constistent.
For users with difficulty differentiating colors, it would be better to split
out closed branches to a new table or optionally hide them.
author | Ryan Phillips <ryan@trolocsis.com> |
---|---|
date | Sun, 19 Sep 2010 21:20:38 -0500 |
parents | f91e5630ce7e |
children | b602ac02f1ba |
comparison
equal
deleted
inserted
replaced
12352:5be733b20bd1 | 12353:0c2c969e032b |
---|---|
31 th { padding:2px 5px; font-size:12px; text-align:left; } | 31 th { padding:2px 5px; font-size:12px; text-align:left; } |
32 tr.light:hover, .parity0:hover { background-color:#edece6; } | 32 tr.light:hover, .parity0:hover { background-color:#edece6; } |
33 tr.dark, .parity1 { background-color:#f6f6f0; } | 33 tr.dark, .parity1 { background-color:#f6f6f0; } |
34 tr.dark:hover, .parity1:hover { background-color:#edece6; } | 34 tr.dark:hover, .parity1:hover { background-color:#edece6; } |
35 td { padding:2px 5px; font-size:12px; vertical-align:top; } | 35 td { padding:2px 5px; font-size:12px; vertical-align:top; } |
36 td.closed { background-color: #99f; } | |
36 td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; } | 37 td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; } |
37 td.indexlinks { white-space: nowrap; } | 38 td.indexlinks { white-space: nowrap; } |
38 td.indexlinks a { | 39 td.indexlinks a { |
39 padding: 2px 5px; line-height: 10px; | 40 padding: 2px 5px; line-height: 10px; |
40 border: 1px solid; | 41 border: 1px solid; |