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:
Diffstat (limited to 'app/assets/stylesheets/gitlab_bootstrap.scss')
-rw-r--r--app/assets/stylesheets/gitlab_bootstrap.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap.scss b/app/assets/stylesheets/gitlab_bootstrap.scss
index 04a55bf963e..8bab17791a0 100644
--- a/app/assets/stylesheets/gitlab_bootstrap.scss
+++ b/app/assets/stylesheets/gitlab_bootstrap.scss
@@ -165,11 +165,11 @@ a:focus {
}
.nav-pills a:hover {
- background-color:#ccc;
+ background-color:#888;
}
.nav-pills .active a {
- background-color: #aaa;
+ background-color: $style_color;
}
.label {