From 538b05f62497c52d1d8cfc573c5c9361ca07a2de Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 28 Dec 2014 15:23:02 +0000 Subject: [PATCH] Fixed incorrect conflict highlight colour. --- resources/report/html/loot-plugin-card.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index 266e0f70..7493eb5c 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -47,7 +47,7 @@ loot-clear-metadata transform-style: preserve-3d; } :host(.highlight) #wrapper { - outline: 4px solid #69aaff; + outline: 4px solid #64B5F6; } :host([data-active=false]) #activeTick { visibility: hidden;