mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 12:40:58 +00:00
fixes #13093: reset the background color and remove background image on disabled theme buttons
This commit is contained in:
parent
11cf54f9df
commit
43d21b97f2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user