mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Increase contrast in date picker colors
This commit is contained in:
parent
716947a799
commit
fd535801ba
@ -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%);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user