From 60b11f9a6940fa19232673c2fc740bed85f24dc0 Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Sat, 26 Mar 2016 00:26:59 +0100 Subject: [PATCH] Add css related to the previous change. #21 --- css/app.css | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/css/app.css b/css/app.css index 894f9ea7..8f3b608a 100644 --- a/css/app.css +++ b/css/app.css @@ -115,11 +115,5 @@ ul { left: 50%; margin-left: -310px; } -svg.uhk.faded #left-case, -svg.uhk.faded #right-case { - fill: #555; } - -svg.uhk.faded rect { - fill: #666; } - svg.uhk.faded rect.active { - fill: #000; } +svg.uhk rect.active { + fill: #337ab7; }