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
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 18:36:53 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 18:36:53 +0400
commitf870507659e1ed169b9e9396dbd350c205c150e4 (patch)
tree5ea2c4d2a047ddfbf18c42fa35352f2a18e32a8b /app
parentb6f3f62667c20085d7158d5902bf4e81bf7ec515 (diff)
Improve green theme
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/themes/ui_modern.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/assets/stylesheets/themes/ui_modern.scss b/app/assets/stylesheets/themes/ui_modern.scss
index 67616a4a10d..308a03477db 100644
--- a/app/assets/stylesheets/themes/ui_modern.scss
+++ b/app/assets/stylesheets/themes/ui_modern.scss
@@ -16,28 +16,28 @@
@extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
- background: #00AC7E;
- border-bottom: 1px solid #00AC7E;
+ background: #019875;
+ border-bottom: 1px solid #019875;
.app_logo, .navbar-toggle {
&:hover {
- background-color: #009C6E;
+ background-color: #018865;
}
}
.separator {
- background: #009C6F;
- border-left: 1px solid #10BC8E;
+ background: #018865;
+ border-left: 1px solid #11A885;
}
.nav > li > a {
color: #ADC;
}
.search-input {
- border-color: #7fd5be;
+ border-color: #8ba;
}
}
}
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
- background: #00AC7E;
+ background: #019875;
}
}