##// END OF EJS Templates
monoblue: also highlight target line on annotate and comparison pages...
av6 -
r35131:cb31d156 default
parent child Browse files
Show More
@@ -321,6 +321,7 b' pre.sourcelines.stripes > :nth-child(4n+'
321 pre.sourcelines.stripes > :nth-child(4n+1):hover + :nth-child(4n+2),
321 pre.sourcelines.stripes > :nth-child(4n+1):hover + :nth-child(4n+2),
322 pre.sourcelines.stripes > :nth-child(4n+3):hover + :nth-child(4n+4) { background-color: #D5E1E6; }
322 pre.sourcelines.stripes > :nth-child(4n+3):hover + :nth-child(4n+4) { background-color: #D5E1E6; }
323
323
324 tr:target td,
324 pre.sourcelines > span:target,
325 pre.sourcelines > span:target,
325 pre.sourcelines.stripes > span:target {
326 pre.sourcelines.stripes > span:target {
326 background-color: #bfdfff;
327 background-color: #bfdfff;
General Comments 0
You need to be logged in to leave comments. Login now