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;