From 1701144b41b2a7507cec2fab4d8a045cf71f4c98 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 15 Feb 2014 14:14:50 +0200 Subject: [PATCH] Style pills color for violet theme Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/themes/ui_color.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/themes/ui_color.scss b/app/assets/stylesheets/themes/ui_color.scss index 0fc72d4e0a..96070d9205 100644 --- a/app/assets/stylesheets/themes/ui_color.scss +++ b/app/assets/stylesheets/themes/ui_color.scss @@ -36,4 +36,8 @@ } } } + + .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { + background: #658; + } }