From ce2d716b4ab1b47cc92b6eed8bd77a7465fa6d50 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 30 Dec 2014 18:21:39 +0000 Subject: [PATCH] Tweaked version, crc, tags and message colours. To differentiate them a bit from links and other coloured UI elements. --- resources/report/css/style.css | 12 ++++++------ resources/report/html/loot-plugin-card.html | 2 -- resources/report/html/loot-plugin-editor.html | 4 ++-- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index cd733cb9..115bca9c 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -146,22 +146,22 @@ li p { margin: 0; } li.error { - background:#ff9090; + background: #FF8A80; } li.warn { - background:#FFDD55; + background: #FFE082; } .version { - color:#2196F3; + color: #607D8B; } .crc { - color:#BC8923; + color: #795548; } .tag.add { - color:green; + color: #4CAF50; } .tag.remove { - color:red; + color: #F44336; } /* Dialogs */ diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index 683170a8..26a19be9 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -109,12 +109,10 @@ loot-clear-metadata content::content > .version { display: inline-block; margin-left: 16px; - color: #6394F8; } content::content > .crc { display: inline-block; margin-left: 16px; - color:#BC8923; } .hidden, content::content > .hidden, diff --git a/resources/report/html/loot-plugin-editor.html b/resources/report/html/loot-plugin-editor.html index 4dfa1848..5bf761b3 100644 --- a/resources/report/html/loot-plugin-editor.html +++ b/resources/report/html/loot-plugin-editor.html @@ -58,11 +58,11 @@ loot-editor-close } #version { margin-left: 16px; - color:#6394F8; + color: #607D8B; } #crc { margin-left: 16px; - color:#BC8923; + color: #795548; } :host-context(#main[data-hide-version]) #version, :host-context(#main[data-hide-crc]) #crc {