diff --git a/app/assets/stylesheets/navigation/top_menu.scss b/app/assets/stylesheets/navigation/top_menu.scss index b786f35f8..314e64d3b 100644 --- a/app/assets/stylesheets/navigation/top_menu.scss +++ b/app/assets/stylesheets/navigation/top_menu.scss @@ -38,6 +38,14 @@ margin-left: auto; margin-right: 1em; width: 240px; + + input { + border-color: $color-alto; + } + + .fas { + color: $color-silver-chalice; + } } .sci--navigation--top-menu-user { diff --git a/app/assets/stylesheets/shared/comments_sidebar.scss b/app/assets/stylesheets/shared/comments_sidebar.scss index 3a6a08b2c..56c508d97 100644 --- a/app/assets/stylesheets/shared/comments_sidebar.scss +++ b/app/assets/stylesheets/shared/comments_sidebar.scss @@ -9,7 +9,7 @@ top: var(--navbar-height); transition: width .3s; width: 0; - z-index: 10000; + z-index: 609; &.open { width: var(--comments-sidebar-width); diff --git a/app/javascript/vue/navigation/top_menu.vue b/app/javascript/vue/navigation/top_menu.vue index 17f38ada2..8bc8e03f3 100644 --- a/app/javascript/vue/navigation/top_menu.vue +++ b/app/javascript/vue/navigation/top_menu.vue @@ -25,8 +25,8 @@