From 034697abf9b42c0eb82e2b3f9a9420cf28245fa5 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Mon, 20 Jul 2020 16:11:57 +0200 Subject: [PATCH] module.less: Remove monitorung-statusbar gradient --- modules/monitoring/public/css/module.less | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/modules/monitoring/public/css/module.less b/modules/monitoring/public/css/module.less index c760a9cdc..bb7a391cd 100644 --- a/modules/monitoring/public/css/module.less +++ b/modules/monitoring/public/css/module.less @@ -7,21 +7,6 @@ padding: .25em @gutter; line-height: 1.3; - &:before { - background: -webkit-linear-gradient(bottom, @body-bg-color 0%, rgba(255,255,255,0) 100%); - background: -moz-linear-gradient(bottom, @body-bg-color 0%, rgba(255,255,255,0) 100%); - background: -ms-linear-gradient(bottom, @body-bg-color 0%, rgba(255,255,255,0) 100%); - background: -o-linear-gradient(bottom, @body-bg-color 0%, rgba(255,255,255,0) 100%); - background: linear-gradient(bottom, @body-bg-color 0%, rgba(255,255,255,0) 100%); - content: ""; - display: block; - height: 6px; - position: absolute; - left: 0; - right: 0; - top: -7px; - } - .services-summary, .hosts-summary { float: right;