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-05-13 19:41:36 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-13 19:41:36 +0400
commitd57889212bf5481c50076e9980c27f5a6531ec6b (patch)
treee6ffbf71a150fcf9c35e5f7c35c020b51429d9e0 /app/assets/stylesheets/themes
parentb787540f71a3a7e68e940f39e7c903b0214a80e3 (diff)
Green theme instead of dark
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.scss19
1 files changed, 12 insertions, 7 deletions
diff --git a/app/assets/stylesheets/themes/ui_modern.scss b/app/assets/stylesheets/themes/ui_modern.scss
index b0827deb1ac..17981955db1 100644
--- a/app/assets/stylesheets/themes/ui_modern.scss
+++ b/app/assets/stylesheets/themes/ui_modern.scss
@@ -16,24 +16,29 @@
@extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
- background: #345;
- border-bottom: 1px solid #234;
+ background: #00AC7E;
+ border-bottom: 1px solid #00AC7E;
.app_logo, .navbar-toggle {
&:hover {
- background-color: #234;
+ background-color: #009C6E;
}
}
.separator {
- background: #234;
- border-left: 1px solid #456;
+ background: #009C6F;
+ border-left: 1px solid #10BC8E;
}
.nav > li > a {
- color: #89A;
+ color: #ADC;
+ text-shadow: none;
}
.search-input {
- border-color: #89A;
+ border-color: #7fd5be;
}
}
}
}
+
+ .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
+ background: #00AC7E;
+ }
}