mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
added dark background to calendar dropdown
This commit is contained in:
parent
5c9b711883
commit
5edff4cb37
1 changed files with 4 additions and 0 deletions
|
|
@ -6767,11 +6767,15 @@ tbody {
|
|||
.react-datepicker__month-select,
|
||||
.react-datepicker__year-select {
|
||||
color: white;
|
||||
|
||||
}
|
||||
|
||||
.react-datepicker__month-select,
|
||||
.react-datepicker__year-select {
|
||||
background-color: transparent;
|
||||
option{
|
||||
background-color: #232e3c;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue