##// END OF EJS Templates
hgweb: be consistent with the background highlighting on closed branches (Issue2386)...
Ryan Phillips -
r12353:0c2c969e stable
parent child Browse files
Show More
@@ -33,6 +33,7 b' tr.light:hover, .parity0:hover { backgro'
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 {
@@ -204,6 +204,9 b' table tr td {'
204 table tr td.nowrap {
204 table tr td.nowrap {
205 white-space: nowrap;
205 white-space: nowrap;
206 }
206 }
207 table tr td.closed {
208 background-color: #99f;
209 }
207 /*
210 /*
208 table tr.parity0:hover,
211 table tr.parity0:hover,
209 table tr.parity1:hover {
212 table tr.parity1:hover {
General Comments 0
You need to be logged in to leave comments. Login now