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>2013-11-13 11:12:22 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-13 11:12:22 +0400
commit672cd9b0d97b3f800929e2b57ce557b6d73a070e (patch)
tree4487cea2735cd20da275529d360a42b7542f2a21 /app/assets/stylesheets/themes
parent929a2969202236c82600adc56a5c06edf7073aef (diff)
Improve Charcoal 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_modern.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/themes/ui_modern.scss b/app/assets/stylesheets/themes/ui_modern.scss
index 6173757082e..015a4bbf0c3 100644
--- a/app/assets/stylesheets/themes/ui_modern.scss
+++ b/app/assets/stylesheets/themes/ui_modern.scss
@@ -27,6 +27,12 @@
background: #234;
border-left: 1px solid #456;
}
+ .nav > li > a {
+ color: #89A;
+ }
+ .search-input {
+ border-color: #89A;
+ }
}
}
}