mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add Opera-prefixed radial gradient
Tested and works in Opera 11.61
This commit is contained in:
parent
ac6e667ad9
commit
ad546c9631
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -509,8 +509,8 @@
|
|||
background-image: -webkit-radial-gradient(circle, @innerColor, @outerColor);
|
||||
background-image: -moz-radial-gradient(circle, @innerColor, @outerColor);
|
||||
background-image: -ms-radial-gradient(circle, @innerColor, @outerColor);
|
||||
background-image: -o-radial-gradient(circle, @innerColor, @outerColor);
|
||||
background-repeat: no-repeat;
|
||||
// Opera cannot do radial gradients yet
|
||||
}
|
||||
.striped(@color, @angle: -45deg) {
|
||||
background-color: @color;
|
||||
|
|
Loading…
Reference in a new issue