From a9a7cb81e8ace4616741442a8f70096f5077c83a Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Thu, 30 Jul 2020 14:37:18 +0200 Subject: [PATCH] menu.less: Remove drop shadow from menu --- public/css/icinga/menu.less | 1 - 1 file changed, 1 deletion(-) diff --git a/public/css/icinga/menu.less b/public/css/icinga/menu.less index 031b3625a..8f53bf3fa 100644 --- a/public/css/icinga/menu.less +++ b/public/css/icinga/menu.less @@ -11,7 +11,6 @@ #menu { background-color: @menu-bg-color; - box-shadow: inset -.5em 0 1em rgba(0, 0, 0, .3); width: 100%; flex: 1; overflow: auto;