mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +02:00
module.less: Remove monitorung-statusbar gradient
This commit is contained in:
parent
77be67662b
commit
034697abf9
@ -7,21 +7,6 @@
|
|||||||
padding: .25em @gutter;
|
padding: .25em @gutter;
|
||||||
line-height: 1.3;
|
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,
|
.services-summary,
|
||||||
.hosts-summary {
|
.hosts-summary {
|
||||||
float: right;
|
float: right;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user