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-11-13 11:20:36 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-13 11:20:36 +0400
commit02448fce1ebf5314eabd9c6a298a5025fed2ace9 (patch)
tree9cb631bc73d79f73a063f1296ff206b093dafc0a /app/assets/stylesheets/themes
parent672cd9b0d97b3f800929e2b57ce557b6d73a070e (diff)
Improve default theme
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/assets/stylesheets/themes')
-rw-r--r--app/assets/stylesheets/themes/ui_mars.scss15
1 files changed, 10 insertions, 5 deletions
diff --git a/app/assets/stylesheets/themes/ui_mars.scss b/app/assets/stylesheets/themes/ui_mars.scss
index a2b8c21ea11..aba3e0ca827 100644
--- a/app/assets/stylesheets/themes/ui_mars.scss
+++ b/app/assets/stylesheets/themes/ui_mars.scss
@@ -23,12 +23,17 @@
background-color: #373D47;
}
}
+ .separator {
+ background: #373D47;
+ border-left: 1px solid #575D67;
+ }
+ .nav > li > a {
+ color: #979DA7;
+ }
+ .search-input {
+ border-color: #979DA7;
+ }
}
}
-
- .separator {
- background: #31363E;
- border-left: 1px solid #666;
- }
}
}