From 01397b2e49a5000a3d25eaf3531e7c19fe654341 Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 12 Sep 2014 11:01:35 +1000 Subject: [PATCH] Tweaks to filter box --- .../stylesheets/darkswarm/active_table_search.css.sass | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/darkswarm/active_table_search.css.sass b/app/assets/stylesheets/darkswarm/active_table_search.css.sass index 417b0d9996..0503e30d0f 100644 --- a/app/assets/stylesheets/darkswarm/active_table_search.css.sass +++ b/app/assets/stylesheets/darkswarm/active_table_search.css.sass @@ -9,7 +9,13 @@ margin-right: 0 .row.filter-box:first-child - // border-top: 1px solid $clr-brick + border: 1px solid $clr-blue-light + @include border-radius(0.25em) + margin-top: 2px + +.row.filter-box:last-child + background: transparent + margin-top: 1em products .filter-box background: #f7f7f7 @@ -20,6 +26,8 @@ products .filter-box .tdhead padding: 0.25rem 0.5rem margin-top: 0.9rem + color: $clr-blue + border-bottom: 1px solid $clr-blue-light // OVERRIDES [class*="block-grid-"]