2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Fixes #10620: remove gradient on buttons for IE9 in theme.less due to bleed through with rounded corners

This commit is contained in:
Mark Otto
2013-10-20 22:41:57 -07:00
parent 5aa4c5cb0c
commit d8fab5aa6e
3 changed files with 8 additions and 1 deletions
+1
View File
@@ -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%);