Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-15 16:14:50 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-15 16:14:50 +0400
commit1701144b41b2a7507cec2fab4d8a045cf71f4c98 (patch)
treec306a1181bf040f32462b5adf5f7de9953c0f5c9 /app/assets/stylesheets/themes
parente702928fbacfee00e248f3ffe3382e5ea259f816 (diff)
Style pills color for violet theme
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/ui_color.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/themes/ui_color.scss b/app/assets/stylesheets/themes/ui_color.scss
index 0fc72d4e0a8..96070d92053 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;
+ }
}