Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ad546c96
Commit
ad546c96
authored
13 years ago
by
Jacob Rask
Browse files
Options
Download
Email Patches
Plain Diff
Add Opera-prefixed radial gradient
Tested and works in Opera 11.61
parent
ac6e667a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
less/mixins.less
+1
-1
less/mixins.less
with
1 addition
and
1 deletion
+1
-1
docs/assets/bootstrap.zip
+
0
-
0
View file @
ad546c96
No preview for this file type
This diff is collapsed.
Click to expand it.
less/mixins.less
+
1
-
1
View file @
ad546c96
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment