From d8fab5aa6e828567feaa4cb3a171255e29f42165 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 20 Oct 2013 22:41:57 -0700 Subject: Fixes #10620: remove gradient on buttons for IE9 in theme.less due to bleed through with rounded corners --- less/theme.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less/theme.less') 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%); -- cgit v1.2.3