From ac53cb6035e1afa36aa3563749ef9e746ef27fc9 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Mon, 6 May 2019 14:56:06 +0200 Subject: [PATCH] CSS: Remove box shadow from mobile menu --- public/css/icinga/responsive.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/icinga/responsive.less b/public/css/icinga/responsive.less index 0ed3b8c1e..3879acd65 100644 --- a/public/css/icinga/responsive.less +++ b/public/css/icinga/responsive.less @@ -74,6 +74,12 @@ z-index: 3; } + #menu { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + } + .dashboard > div.container { width: 100%; }