Commit 1701144b41b2a7507cec2fab4d8a045cf71f4c98

Authored by Dmitriy Zaporozhets
1 parent e702928f

Style pills color for violet theme

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/assets/stylesheets/themes/ui_color.scss
@@ -36,4 +36,8 @@ @@ -36,4 +36,8 @@
36 } 36 }
37 } 37 }
38 } 38 }
  39 +
  40 + .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  41 + background: #658;
  42 + }
39 } 43 }