Fix darkmode for disabled input fields
This commit is contained in:
@@ -1962,6 +1962,10 @@ tag-input {
|
||||
color: $textColor;
|
||||
}
|
||||
|
||||
.form-control[disabled] {
|
||||
background-color: $backgroundDark;
|
||||
}
|
||||
|
||||
.app-configure .app-header-container h1 a {
|
||||
color: $textColor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user