Commit 0787726ae7b1692e019ca9d209f5a99ba6e9f294
1 parent
a7bd18f9
Exists in
master
and in
4 other branches
Set correct header border-bottom color for themes
Showing
3 changed files
with
3 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/themes/ui_color.scss
@@ -17,6 +17,7 @@ | @@ -17,6 +17,7 @@ | ||
17 | &.navbar-gitlab { | 17 | &.navbar-gitlab { |
18 | .navbar-inner { | 18 | .navbar-inner { |
19 | background: #547; | 19 | background: #547; |
20 | + border-bottom: 1px solid #435; | ||
20 | .app_logo { | 21 | .app_logo { |
21 | &:hover { | 22 | &:hover { |
22 | background-color: #435; | 23 | background-color: #435; |
app/assets/stylesheets/themes/ui_gray.scss
@@ -17,6 +17,7 @@ | @@ -17,6 +17,7 @@ | ||
17 | &.navbar-gitlab { | 17 | &.navbar-gitlab { |
18 | .navbar-inner { | 18 | .navbar-inner { |
19 | background: #373737; | 19 | background: #373737; |
20 | + border-bottom: 1px solid #272727; | ||
20 | .app_logo { | 21 | .app_logo { |
21 | &:hover { | 22 | &:hover { |
22 | background-color: #272727; | 23 | background-color: #272727; |
app/assets/stylesheets/themes/ui_modern.scss
@@ -17,6 +17,7 @@ | @@ -17,6 +17,7 @@ | ||
17 | &.navbar-gitlab { | 17 | &.navbar-gitlab { |
18 | .navbar-inner { | 18 | .navbar-inner { |
19 | background: #345; | 19 | background: #345; |
20 | + border-bottom: 1px solid #234; | ||
20 | .app_logo { | 21 | .app_logo { |
21 | &:hover { | 22 | &:hover { |
22 | background-color: #234; | 23 | background-color: #234; |