From 4de39b205d3ee1cb93d214ca9a4ba105d26b8e20 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 29 Nov 2014 13:08:00 +0100 Subject: [PATCH] Only color status text, not panel headings (fixes #1039) --- gui/assets/css/overrides.css | 23 ++++++++++++++--------- gui/index.html | 8 ++++---- internal/auto/gui.files.go | 4 ++-- 3 files changed, 20 insertions(+), 15 deletions(-) diff --git a/gui/assets/css/overrides.css b/gui/assets/css/overrides.css index 1dbeec0d..02f12516 100644 --- a/gui/assets/css/overrides.css +++ b/gui/assets/css/overrides.css @@ -46,11 +46,6 @@ identicon { height: 30px; } -.identicon rect { - opacity: 0.85; - fill: #888; -} - .panel-heading .identicon { display: block; position: absolute; @@ -63,10 +58,20 @@ identicon { overflow: hidden; } -[class*="-info"] .identicon rect, -[class*="-success"] .identicon rect, -[class*="-primary"] .identicon rect { - fill: #fff; +.identicon rect { + fill: #666; +} +.identicon-success rect { + fill: #2ecc71; +} +.identicon-info rect { + fill: #9b59b6; +} +.identicon-warning rect { + fill: #f1c40f; +} +.identicon-primary rect { + fill: #3498db; } .text-monospace { diff --git a/gui/index.html b/gui/index.html index 0e78acaa..4cc4bc9b 100644 --- a/gui/index.html +++ b/gui/index.html @@ -89,11 +89,11 @@
-
+

 {{folder.ID}} -