fix readMore gradient in FF
This commit is contained in:
parent
c8a98d37b0
commit
41662ff369
1 changed files with 2 additions and 2 deletions
|
@ -3241,14 +3241,14 @@ footer {
|
||||||
right: 0;
|
right: 0;
|
||||||
top: -30px;
|
top: -30px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
background: linear-gradient(transparent, white);
|
background: linear-gradient(rgba(255,255,255,0), white);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.customer .textBubble-overflowContainer {
|
.customer .textBubble-overflowContainer {
|
||||||
background: #e5f0f5;
|
background: #e5f0f5;
|
||||||
&:before {
|
&:before {
|
||||||
background: linear-gradient(transparent, #e5f0f5);
|
background: linear-gradient(hsla(199,44%,93%,0), hsl(199,44%,93%));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue