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:
authorClement Ho <ClemMakesApps@gmail.com>2017-08-04 19:17:12 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-08-04 20:47:20 +0300
commitcc958b4afd48dbc4e17802ab819657e9df26e9fb (patch)
treebd5038f48059ac532ca930a869d46fabaaaf4737 /app/assets/stylesheets/pages/repo.scss
parent4d5fe9dab9b8b1a59a93c745e174176ebbf7f783 (diff)
Use darker color for tab dividers
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 9dac6945e4d..1a534b91d9c 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -115,8 +115,8 @@
background: $gray-normal;
display: inline-block;
padding: 10px 18px;
- border-right: 1px solid $white-normal;
- border-bottom: 1px solid $white-normal;
+ border-right: 1px solid $white-dark;
+ border-bottom: 1px solid $white-dark;
white-space: nowrap;
&.remove {