Commit 02448fce1ebf5314eabd9c6a298a5025fed2ace9
1 parent
672cd9b0
Exists in
master
and in
4 other branches
Improve default theme
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
10 additions
and
5 deletions
Show diff stats
app/assets/stylesheets/themes/ui_mars.scss
| @@ -23,12 +23,17 @@ | @@ -23,12 +23,17 @@ | ||
| 23 | background-color: #373D47; | 23 | background-color: #373D47; |
| 24 | } | 24 | } |
| 25 | } | 25 | } |
| 26 | + .separator { | ||
| 27 | + background: #373D47; | ||
| 28 | + border-left: 1px solid #575D67; | ||
| 29 | + } | ||
| 30 | + .nav > li > a { | ||
| 31 | + color: #979DA7; | ||
| 32 | + } | ||
| 33 | + .search-input { | ||
| 34 | + border-color: #979DA7; | ||
| 35 | + } | ||
| 26 | } | 36 | } |
| 27 | } | 37 | } |
| 28 | - | ||
| 29 | - .separator { | ||
| 30 | - background: #31363E; | ||
| 31 | - border-left: 1px solid #666; | ||
| 32 | - } | ||
| 33 | } | 38 | } |
| 34 | } | 39 | } |