mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Increase contrast in date picker colors
This commit is contained in:
parent
716947a799
commit
fd535801ba
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue