module.less: Remove monitorung-statusbar gradient
This commit is contained in:
parent
77be67662b
commit
034697abf9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue