From e2b65a78ce34e92167c0d9f810edeae077359faf Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 4 Jan 2015 19:20:14 +0000 Subject: [PATCH] Use darker colour for editor header / border. --- resources/report/html/loot-plugin-editor.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/report/html/loot-plugin-editor.html b/resources/report/html/loot-plugin-editor.html index 9dbecc3d..be0beffd 100644 --- a/resources/report/html/loot-plugin-editor.html +++ b/resources/report/html/loot-plugin-editor.html @@ -92,7 +92,7 @@ loot-editor-close /* Misc Styling. */ core-toolbar.medium-tall { - background: #E8EAF6; + background: #CFD4E9; height: 104px; } core-toolbar > div { @@ -105,7 +105,7 @@ loot-editor-close vertical-align: inherit !important; } core-selector > * { - border: 4px solid #E8EAF6; + border: 4px solid #CFD4E9; border-top: none; } #main {