From 76e4f9a58d620f121f3d982ab6135d28edac1895 Mon Sep 17 00:00:00 2001 From: glaszig Date: Sat, 20 Oct 2018 01:52:28 +0200 Subject: [PATCH] fix fading menu in arc-green theme the menu faded white because it missed proper styling. only visible on viewports narrower than 1200px. --- public/less/themes/arc-green.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/less/themes/arc-green.less b/public/less/themes/arc-green.less index c70c6d2f7a..7e2493f85f 100644 --- a/public/less/themes/arc-green.less +++ b/public/less/themes/arc-green.less @@ -546,6 +546,11 @@ } .ui.menu.new-menu { background-color: #2a2e3a!important; + @media only screen and (max-width: 1200px) { + &:after { + background-image: linear-gradient(to right, rgba(42, 46, 42, 0), rgba(42, 46, 42, 1) 100%); + } + } } input { background: #2e323e;