1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-24 03:40:10 +00:00

fixes #13093: reset the background color and remove background image on disabled theme buttons

This commit is contained in:
Mark Otto 2014-06-18 19:14:26 -07:00
parent 11cf54f9df
commit 43d21b97f2

View File

@ -48,6 +48,12 @@
background-color: darken(@btn-color, 12%); background-color: darken(@btn-color, 12%);
border-color: darken(@btn-color, 14%); border-color: darken(@btn-color, 14%);
} }
&:disabled,
&[disabled] {
background-color: darken(@btn-color, 12%);
background-image: none;
}
} }
// Common styles // Common styles