Fix darkmode for disabled input fields

This commit is contained in:
Johannes Zellner
2021-09-15 22:38:13 +02:00
parent bdd26c7d17
commit 455fbf36e0
+4
View File
@@ -1962,6 +1962,10 @@ tag-input {
color: $textColor;
}
.form-control[disabled] {
background-color: $backgroundDark;
}
.app-configure .app-header-container h1 a {
color: $textColor;
}