Added IE10 linear-gradient
This commit is contained in:
parent
3620a4f141
commit
5792756853
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
left top,
|
||||
color-stop(0, rgb(@start,@start,@start)),
|
||||
color-stop(1, rgb(@stop,@stop,@stop)));
|
||||
background: -ms-linear-gradient(bottom,
|
||||
rgb(@start,@start,@start) 0%,
|
||||
rgb(@start,@start,@start) 100%);
|
||||
background: -moz-linear-gradient(center bottom,
|
||||
rgb(@start,@start,@start) 0%,
|
||||
rgb(@stop,@stop,@stop) 100%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue