fix select for dark themes

This commit is contained in:
HB9HIL
2023-11-19 10:39:12 +01:00
parent 6fcc967637
commit abdb7accc5
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ path.grid-worked {
.form-control-sm,
.form-control:focus,
.form-control:disabled,
.custom-select {
.form-select {
background-color: #151515;
color: #eeeeee;
border: 1px solid #333;

View File

@@ -75,7 +75,7 @@ path.grid-worked {
.form-control-sm,
.form-control:focus,
.form-control:disabled,
.custom-select {
.form-select {
background-color: rgba(20, 41, 62, 0.6);
color: #fff;
}