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-07-02 15:06:25 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-07-02 15:06:25 +0400
commit15bc1223c79a8cfbc558b2eaaca06994e0272333 (patch)
tree61754ea2353b2409c1b79efb2e3237aff515871a /app/assets/stylesheets/themes/ui_gray.scss
parentee890f2b2a66be925746f2238dc462a74b0fd219 (diff)
Work on themes a bit
Diffstat (limited to 'app/assets/stylesheets/themes/ui_gray.scss')
-rw-r--r--app/assets/stylesheets/themes/ui_gray.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/stylesheets/themes/ui_gray.scss b/app/assets/stylesheets/themes/ui_gray.scss
index f0547c72157..4f88c631e4d 100644
--- a/app/assets/stylesheets/themes/ui_gray.scss
+++ b/app/assets/stylesheets/themes/ui_gray.scss
@@ -16,15 +16,15 @@
@extend .header-dark;
&.navbar-gitlab {
.navbar-inner {
- background: #708090;
+ background: #373737;
.app_logo {
&:hover {
- background-color: #6A7A8A;
+ background-color: #272727;
}
}
.separator {
- background: #607080;
- border-left: 1px solid #8090A0;
+ background: #272727;
+ border-left: 1px solid #474747;
}
}
}