mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
mozilla doesn't support color-stop() function in gradients
This commit is contained in:
parent
ee6f3077c0
commit
f824009e20
@ -254,7 +254,7 @@
|
||||
background-repeat: no-repeat;
|
||||
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), color-stop(@colorStop, @midColor), to(@endColor));
|
||||
background-image: -webkit-linear-gradient(@startColor, color-stop(@colorStop, @midColor), @endColor);
|
||||
background-image: -moz-linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor);
|
||||
background-image: -moz-linear-gradient(@startColor, @midColor @colorStop*100%, @endColor);
|
||||
background-image: -ms-linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor);
|
||||
background-image: -o-linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor);
|
||||
background-image: linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor);
|
||||
|
Loading…
Reference in New Issue
Block a user