Adapt calendar picker

This commit is contained in:
Christoph Atteneder 2018-11-13 14:07:20 +01:00
parent c6804cb00d
commit 9f158d785c
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

View file

@ -527,6 +527,10 @@ bg color of non edit textFields: fafafa
-fx-background-color: -jfx-default-color; -fx-background-color: -jfx-default-color;
} }
.date-picker-popup .month-year-pane {
-fx-background-color: -bs-rd-green-dark;
}
.scroll-bar { .scroll-bar {
-fx-background-color: transparent; -fx-background-color: transparent;
-fx-background-radius: 0; -fx-background-radius: 0;