From 4e7837baa91468b9f8df7a93b2971dba7907857c Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 11 Jul 2017 23:56:02 -0500 Subject: [PATCH] Tweak (fix) color highlight for version diff view --- tailbone/templates/master/view_version.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailbone/templates/master/view_version.mako b/tailbone/templates/master/view_version.mako index f9fc8411..6014f1e7 100644 --- a/tailbone/templates/master/view_version.mako +++ b/tailbone/templates/master/view_version.mako @@ -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; }