Fix select dropdown unreadable (https://github.com/thomaspark/bootswatch/issues/1118)
This commit is contained in:
parent
91ac8c294d
commit
c2a9348357
@ -93,4 +93,8 @@ html, body {
|
|||||||
.modal-dialog.modal-lg {
|
.modal-dialog.modal-lg {
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
select option {
|
||||||
|
color: #212529;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user