diff --git a/app/assets/stylesheets/themes/ui_color.scss b/app/assets/stylesheets/themes/ui_color.scss index 07e854b..1fd54ff 100644 --- a/app/assets/stylesheets/themes/ui_color.scss +++ b/app/assets/stylesheets/themes/ui_color.scss @@ -17,6 +17,7 @@ &.navbar-gitlab { .navbar-inner { background: #547; + border-bottom: 1px solid #435; .app_logo { &:hover { background-color: #435; diff --git a/app/assets/stylesheets/themes/ui_gray.scss b/app/assets/stylesheets/themes/ui_gray.scss index 4f88c63..41c08c8 100644 --- a/app/assets/stylesheets/themes/ui_gray.scss +++ b/app/assets/stylesheets/themes/ui_gray.scss @@ -17,6 +17,7 @@ &.navbar-gitlab { .navbar-inner { background: #373737; + border-bottom: 1px solid #272727; .app_logo { &:hover { background-color: #272727; diff --git a/app/assets/stylesheets/themes/ui_modern.scss b/app/assets/stylesheets/themes/ui_modern.scss index 68318f9..6173757 100644 --- a/app/assets/stylesheets/themes/ui_modern.scss +++ b/app/assets/stylesheets/themes/ui_modern.scss @@ -17,6 +17,7 @@ &.navbar-gitlab { .navbar-inner { background: #345; + border-bottom: 1px solid #234; .app_logo { &:hover { background-color: #234; -- libgit2 0.21.2