From fd7c400bfeb7e105a20b76fa0a090f399e7b9d71 Mon Sep 17 00:00:00 2001 From: Davide Bongiovanni Date: Tue, 20 Nov 2018 00:02:04 +0100 Subject: [PATCH] Fixed filter colors --- parts/static/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/parts/static/style.css b/parts/static/style.css index ff8b9b7..a2b4d60 100644 --- a/parts/static/style.css +++ b/parts/static/style.css @@ -62,6 +62,8 @@ input[type=text].search-bar { width: 30%; display: inline-block; border: 1px #226666 solid; + color: #D7E2E2; + background-color: #226666; } .filter-container ul { @@ -82,7 +84,7 @@ input[type=checkbox]{ } input[type=checkbox] + label.toggle-btn { - padding:6px 0 6px 0; + padding:10px 0 10px 0; display: block; color: rgba(94,146,146, 0.5); background-color: #D7E2E2;