fix readMore gradient in FF

This commit is contained in:
Felix Niklas 2015-01-20 02:57:08 +01:00
parent c8a98d37b0
commit 41662ff369

View file

@ -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%));
} }
} }