Commit 4e37212a8c3e8183c85b6d6ebbdddff39e19d2be
Exists in
spb-stable
and in
2 other branches
Merge branch 'ui-improvements' into 'master'
Ui improvements
Showing
1 changed file
with
7 additions
and
7 deletions
Show diff stats
app/assets/stylesheets/themes/ui_modern.scss
... | ... | @@ -16,28 +16,28 @@ |
16 | 16 | @extend .header-dark; |
17 | 17 | &.navbar-gitlab { |
18 | 18 | .navbar-inner { |
19 | - background: #00AC7E; | |
20 | - border-bottom: 1px solid #00AC7E; | |
19 | + background: #019875; | |
20 | + border-bottom: 1px solid #019875; | |
21 | 21 | .app_logo, .navbar-toggle { |
22 | 22 | &:hover { |
23 | - background-color: #009C6E; | |
23 | + background-color: #018865; | |
24 | 24 | } |
25 | 25 | } |
26 | 26 | .separator { |
27 | - background: #009C6F; | |
28 | - border-left: 1px solid #10BC8E; | |
27 | + background: #018865; | |
28 | + border-left: 1px solid #11A885; | |
29 | 29 | } |
30 | 30 | .nav > li > a { |
31 | 31 | color: #ADC; |
32 | 32 | } |
33 | 33 | .search-input { |
34 | - border-color: #7fd5be; | |
34 | + border-color: #8ba; | |
35 | 35 | } |
36 | 36 | } |
37 | 37 | } |
38 | 38 | } |
39 | 39 | |
40 | 40 | .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { |
41 | - background: #00AC7E; | |
41 | + background: #019875; | |
42 | 42 | } |
43 | 43 | } | ... | ... |