1
0
Fork 0
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:
Jacob Rask 2012-02-19 21:42:12 +01:00
parent ac6e667ad9
commit ad546c9631
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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;