main.less: Blend collapsible gradient to background
This commit is contained in:
parent
c854bd3f34
commit
090e744508
|
@ -324,7 +324,7 @@ a:hover > .icon-cancel {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
background: linear-gradient(fade(@gray-lighter, 0), @gray-lighter);
|
background: linear-gradient(fade(@body-bg-color, 0), @body-bg-color);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
Loading…
Reference in New Issue