From c799d8b387651076d31be358953bf1eeb5d32370 Mon Sep 17 00:00:00 2001 From: summerscope Date: Thu, 24 Jul 2014 17:41:48 +1000 Subject: [PATCH] Make filter button turquoise --- app/views/shared/components/_filter_controls.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/components/_filter_controls.html.haml b/app/views/shared/components/_filter_controls.html.haml index c8fccb0558..55b7ef1adb 100644 --- a/app/views/shared/components/_filter_controls.html.haml +++ b/app/views/shared/components/_filter_controls.html.haml @@ -1,6 +1,6 @@ .row .small-12.columns - %a.button.primary.tiny.filterbtn{"ng-click" => "filtersActive = !filtersActive", + %a.button.success.tiny.filterbtn{"ng-click" => "filtersActive = !filtersActive", "ng-show" => "FilterSelectorsService.selectors.length > 0"} {{ filterText(filtersActive) }} %i.ofn-i_005-caret-down{"ng-show" => "!filtersActive"}