Update disabled button

This commit is contained in:
Le Van Duc 2023-11-24 07:41:33 +07:00
parent 28a913aee8
commit cf2e3fba11
2 changed files with 7 additions and 1 deletions

View file

@ -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;