diff options
| author | Mark Otto <[email protected]> | 2013-10-20 22:41:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-20 22:41:57 -0700 |
| commit | d8fab5aa6e828567feaa4cb3a171255e29f42165 (patch) | |
| tree | 12e7508d938047bd74dc304c2c46819cc699d7a6 /less | |
| parent | 5aa4c5cb0c1b8bed3a4bb6b6a867f48b4a59f2fb (diff) | |
| download | bootstrap-d8fab5aa6e828567feaa4cb3a171255e29f42165.tar.xz bootstrap-d8fab5aa6e828567feaa4cb3a171255e29f42165.zip | |
Fixes #10620: remove gradient on buttons for IE9 in theme.less due to bleed through with rounded corners
Diffstat (limited to 'less')
| -rw-r--r-- | less/theme.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/theme.less b/less/theme.less index 38e5e7f84..0addce3f2 100644 --- a/less/theme.less +++ b/less/theme.less @@ -33,6 +33,7 @@ // Mixin for generating new styles .btn-styles(@btn-color: #555) { #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%)); + .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners background-repeat: repeat-x; border-color: darken(@btn-color, 14%); |
