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:31:01 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-02-15 16:31:01 +0400
commitdb961b8b46497c4626a4d9479e3e20c308e83a57 (patch)
tree3b81e4cf6f308c430b1bc71cc2a1370e775a6a21 /app/assets/stylesheets/themes
parent1701144b41b2a7507cec2fab4d8a045cf71f4c98 (diff)
Improve few admin pages
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.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/themes/ui_color.scss b/app/assets/stylesheets/themes/ui_color.scss
index 96070d92053..edac4290e74 100644
--- a/app/assets/stylesheets/themes/ui_color.scss
+++ b/app/assets/stylesheets/themes/ui_color.scss
@@ -38,6 +38,6 @@
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
- background: #658;
+ background: #769;
}
}