summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-13 09:12:22 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-13 09:12:22 +0200
commit672cd9b0d97b3f800929e2b57ce557b6d73a070e (patch)
tree4487cea2735cd20da275529d360a42b7542f2a21 /app/assets
parent929a2969202236c82600adc56a5c06edf7073aef (diff)
downloadgitlab-ce-672cd9b0d97b3f800929e2b57ce557b6d73a070e.tar.gz
Improve Charcoal theme
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets')
-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;
+ }
}
}
}