mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-13 09:00:59 +00:00
Fixes vertical-three-colors in Firefox
This commit is contained in:
parent
88deb08ff2
commit
fa38ab573b
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@
|
|||
background-color: mix(@midColor, @endColor, 80%);
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), color-stop(@colorStop, @midColor), to(@endColor));
|
||||
background-image: -webkit-linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
||||
background-image: -moz-linear-gradient(top, @startColor, @midColor @colorStop, @endColor);
|
||||
background-image: -moz-linear-gradient(top, @startColor, @midColor @colorStop*100%, @endColor);
|
||||
background-image: -o-linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
||||
background-image: linear-gradient(@startColor, @midColor @colorStop, @endColor);
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
|||
Loading…
Reference in a new issue