summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-13 18:41:36 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-13 18:41:36 +0300
commitd57889212bf5481c50076e9980c27f5a6531ec6b (patch)
treee6ffbf71a150fcf9c35e5f7c35c020b51429d9e0
parentb787540f71a3a7e68e940f39e7c903b0214a80e3 (diff)
downloadgitlab-ce-d57889212bf5481c50076e9980c27f5a6531ec6b.tar.gz
Green theme instead of dark
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/sections/profile.scss2
-rw-r--r--app/assets/stylesheets/themes/ui_modern.scss19
2 files changed, 13 insertions, 8 deletions
diff --git a/app/assets/stylesheets/sections/profile.scss b/app/assets/stylesheets/sections/profile.scss
index 76483d6783b..67aaa369381 100644
--- a/app/assets/stylesheets/sections/profile.scss
+++ b/app/assets/stylesheets/sections/profile.scss
@@ -76,7 +76,7 @@
}
&.modern {
- background: #345;
+ background: #009871;
}
&.gray {
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;
+ }
}