From 1c0b35da22a9ba6936c06d3e3b68c3fc0bdac4dc Mon Sep 17 00:00:00 2001 From: Hardy Pottinger Date: Wed, 14 Nov 2018 16:54:02 -0600 Subject: [PATCH] Remove the background for the facet-panel-collapse div Connected to #337 --- app/assets/stylesheets/application.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 2f002803..71c3da21 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -14,3 +14,7 @@ *= require dataTables/bootstrap/3/jquery.dataTables.bootstrap *= require_self */ + +#facet-panel-collapse { + background: inherit; +}