Dark mode - add a different color for disabled form elements
This commit is contained in:
parent
a56bb235d7
commit
e4cbbccfde
1 changed files with 3 additions and 1 deletions
|
@ -279,7 +279,9 @@
|
|||
.darkmode .bg-light,
|
||||
.darkmode .dropdown-menu,
|
||||
.darkmode .input-group-text,
|
||||
.darkmode .modal-content {
|
||||
.darkmode .modal-content,
|
||||
.darkmode .form-control:disabled,
|
||||
.darkmode .form-select:disabled {
|
||||
background-color: rgb(36, 36, 36) !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue