Update disabled button
This commit is contained in:
parent
28a913aee8
commit
cf2e3fba11
2 changed files with 7 additions and 1 deletions
|
@ -152,6 +152,12 @@ button:hover, button:focus {
|
|||
border-color: var(--green);
|
||||
}
|
||||
|
||||
.btn.btn-disabled {
|
||||
color: #fff;
|
||||
background: gray;
|
||||
border-color: gray;
|
||||
}
|
||||
|
||||
.btn.btn-primary:hover, .btn.btn-primary:focus {
|
||||
border-color: green !important;
|
||||
background: green !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue