Added row highlighting on hover for the diff view

This commit is contained in:
Correl Roush 2010-12-13 13:57:59 -05:00
parent 5c17560ece
commit fe601d1f22

View file

@ -90,6 +90,13 @@ table.diff .del .text {
border-left: 1px solid red; border-left: 1px solid red;
background-color: #ffe0e0; background-color: #ffe0e0;
} }
table.diff tr:hover .number,
table.diff tr:hover .text {
background-color: #ffcc99;
}
table.diff tr:hover .text {
border-left: 1px solid orange;
}
table.diff td { table.diff td {
font-family: monospace; font-family: monospace;
} }