add opera gradients
This commit is contained in:
parent
ee27142375
commit
5dea150831
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,8 @@
|
||||||
background: -moz-linear-gradient(center bottom,
|
background: -moz-linear-gradient(center bottom,
|
||||||
@start 0%,
|
@start 0%,
|
||||||
@stop 100%);
|
@stop 100%);
|
||||||
|
background: -o-linear-gradient(@stop,
|
||||||
|
@start);
|
||||||
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@stop,@start));
|
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@stop,@start));
|
||||||
}
|
}
|
||||||
.bw-gradient(@color: #F5F5F5, @start: 0, @stop: 255) {
|
.bw-gradient(@color: #F5F5F5, @start: 0, @stop: 255) {
|
||||||
|
@ -33,6 +35,8 @@
|
||||||
background: -moz-linear-gradient(center bottom,
|
background: -moz-linear-gradient(center bottom,
|
||||||
rgb(@start,@start,@start) 0%,
|
rgb(@start,@start,@start) 0%,
|
||||||
rgb(@stop,@stop,@stop) 100%);
|
rgb(@stop,@stop,@stop) 100%);
|
||||||
|
background: -o-linear-gradient(rgb(@stop,@stop,@stop),
|
||||||
|
rgb(@start,@start,@start));
|
||||||
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",rgb(@stop,@stop,@stop),rgb(@start,@start,@start)));
|
filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",rgb(@stop,@stop,@stop),rgb(@start,@start,@start)));
|
||||||
}
|
}
|
||||||
.bordered(@top-color: #EEE, @right-color: #EEE, @bottom-color: #EEE, @left-color: #EEE) {
|
.bordered(@top-color: #EEE, @right-color: #EEE, @bottom-color: #EEE, @left-color: #EEE) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue