From 8aa99cae9db4c147d67ba066400fb2bdf20df386 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 4 Jan 2015 11:26:48 +0000 Subject: [PATCH] Use correct blue for editor apply button. --- resources/report/html/loot-plugin-editor.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/report/html/loot-plugin-editor.html b/resources/report/html/loot-plugin-editor.html index aed0189a..8078cee3 100644 --- a/resources/report/html/loot-plugin-editor.html +++ b/resources/report/html/loot-plugin-editor.html @@ -40,7 +40,7 @@ loot-editor-close color: green; } #accept { - color: #4285f4; + color: #2196F3; } #cancel { color: red;