Tweak (fix) color highlight for version diff view

This commit is contained in:
Lance Edgar 2017-07-11 23:56:02 -05:00
parent 5bff7d16b9
commit 4e7837baa9

View file

@ -41,7 +41,7 @@
background-color: #cfc;
}
table.deleted td.host-value,
table.deleted td.local-value,
table.diff tr.diff td.local-value {
background-color: #fcc;
}