Commit ad546c96 authored by Jacob Rask's avatar Jacob Rask
Browse files

Add Opera-prefixed radial gradient

Tested and works in Opera 11.61
parent ac6e667a
Showing with 1 addition and 1 deletion
+1 -1
No preview for this file type
...@@ -509,8 +509,8 @@ ...@@ -509,8 +509,8 @@
background-image: -webkit-radial-gradient(circle, @innerColor, @outerColor); background-image: -webkit-radial-gradient(circle, @innerColor, @outerColor);
background-image: -moz-radial-gradient(circle, @innerColor, @outerColor); background-image: -moz-radial-gradient(circle, @innerColor, @outerColor);
background-image: -ms-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; background-repeat: no-repeat;
// Opera cannot do radial gradients yet
} }
.striped(@color, @angle: -45deg) { .striped(@color, @angle: -45deg) {
background-color: @color; background-color: @color;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment