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 --- app/assets/stylesheets/themes/ui_color.scss | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/app/assets/stylesheets/themes/ui_color.scss b/app/assets/stylesheets/themes/ui_color.scss index 0fc72d4..96070d9 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; + } } -- libgit2 0.21.2