Minor dark fixes

Fixes contest dropdown and Darkly dropdown background
This commit is contained in:
Anthony Di Iorio
2020-12-23 14:00:42 -05:00
parent 98f50948ee
commit 1361ef3c44
3 changed files with 8 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ path.grid-worked {
*/
.form-control,
.form-control-sm,
.form-control:focus,
.form-control:disabled,
.custom-select {

View File

@@ -68,9 +68,15 @@ path.grid-worked {
*/
.form-control,
.form-control-sm,
.form-control:focus,
.form-control:disabled,
.custom-select {
background-color: rgba(20,20,20,.5);
color: #eee;
}
select optgroup,
select option {
background-color: #222;
}

View File

@@ -67,6 +67,7 @@ path.grid-worked {
*/
.form-control,
.form-control-sm,
.form-control:focus,
.form-control:disabled,
.custom-select {