Further dark mode fixes

This commit is contained in:
Johannes Zellner
2021-09-16 21:27:19 +02:00
parent fe2856195e
commit d9e93f9110
+1 -1
View File
@@ -1966,7 +1966,7 @@ tag-input {
color: $textColor;
}
.form-control[disabled] {
.form-control[disabled], .form-control[readonly] {
background-color: $backgroundDark;
}