sshahine / JFoenix

JavaFX Material Design Library
MIT License
6.27k stars 1.05k forks source link

True Dark Mode for Time Selector #1103

Closed octo-kumo closed 3 years ago

octo-kumo commented 4 years ago

Is there a way to implement true dark mode for time selector? Part of my css

.date-picker-popup > * > * > * > * > * > Circle {
    -fx-fill: rgb(30, 30, 30);
}

.date-picker-popup > * > * > * > * > * > * > * > * > .label {
    -fx-fill: white !important;
    -fx-text-fill: white !important;
}

Result:

screenshot

What happens is that everything is fine when first opened, but when I drag the hour pointer, the labels turn back to dark text color.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.