1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

Merge pull request #15482 from liias/patch-1

Add .disabled class styling for .btn-styles in theme
This commit is contained in:
Mark Otto
2015-01-15 15:34:34 -08:00

View File

@@ -52,6 +52,7 @@
border-color: darken(@btn-color, 14%);
}
&.disabled,
&:disabled,
&[disabled] {
background-color: darken(@btn-color, 12%);