BUGFIX: styling of timepicker to schedule was incorrect

This commit is contained in:
Jeroen De Meerleer 2023-01-11 09:26:39 +01:00
parent a6ce9afa18
commit ff7044c567
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 3 additions and 0 deletions

View File

@ -73,5 +73,8 @@ td.status-col {
}
}
}
&.dark {
background-color: #2f2f2f;
}
}
}