Increase contrast in date picker colors

This commit is contained in:
pedromvpg 2020-07-07 03:15:55 +09:00 committed by wiz
parent 716947a799
commit fd535801ba
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -516,3 +516,11 @@
.warning-box {
-fx-background-color: -bs-color-primary-dark;
}
.jfx-date-picker .date-picker-popup{
-fx-background-color: -bs-color-gray-background;
}
.jfx-date-picker .left-button, .jfx-date-picker .right-button{
-fx-background-color: derive(-bs-color-gray-0, -10%);
}