mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-04 02:34:41 +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
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue