From: Mark Otto Date: Thu, 19 Jun 2014 02:14:26 +0000 (-0700) Subject: fixes #13093: reset the background color and remove background image on disabled... X-Git-Tag: v3.2.0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d21b97f24b0f6a593878ae4355413ce5b38884;p=thirdparty%2Fbootstrap.git fixes #13093: reset the background color and remove background image on disabled theme buttons --- diff --git a/less/theme.less b/less/theme.less index 6f957fb397..820270af2b 100644 --- a/less/theme.less +++ b/less/theme.less @@ -48,6 +48,12 @@ background-color: darken(@btn-color, 12%); border-color: darken(@btn-color, 14%); } + + &:disabled, + &[disabled] { + background-color: darken(@btn-color, 12%); + background-image: none; + } } // Common styles