Jfoenix: JFXDatePicker colors

Created on 7 Nov 2017  路  2Comments  路  Source: sshahine/JFoenix

This's a follow up for issue #484

Hello again,

Thanks for the effort for fixing the issue, but i've just noticed that the same problem happens with the (today / selected date / year) numbers when default color is white as shown below:

(Today is the 4th of nov, selected date is 3rd of nov)
image

image

Also the date icon in the new release gets this weird white/silver background color when focused which didn't use to happen with the previous version i was using (1.7.0):

(focused)
image

(unfocused)
image

Best regards and thanks for the effort,

Most helpful comment

Hello,
I pushed the fix github, it will be pushed to maven central in the next release. meanwhile you can get it by downloading jfoenix jar from the website.

you can now change the icon color using:

.jfx-date-picker > .arrow-button > .jfx-svg-glyph{
    -fx-background-color: WHITE;
}

instead of changing the default color property

Regards,

All 2 comments

Hello,
well changing the default color changes many nodes in date picker content.
It would be better solution to change the icon color instead of default color, however this can't be done due to some binding. Will remove the icon binding so it can be changed through css.

Regarding the silver background issue, it's already fixed however was not included in 1.10.0.
you can download the latest version of JFoenix from the website.

Regards,

Hello,
I pushed the fix github, it will be pushed to maven central in the next release. meanwhile you can get it by downloading jfoenix jar from the website.

you can now change the icon color using:

.jfx-date-picker > .arrow-button > .jfx-svg-glyph{
    -fx-background-color: WHITE;
}

instead of changing the default color property

Regards,

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alittwin picture alittwin  路  4Comments

RodrigoSantiago picture RodrigoSantiago  路  3Comments

DmitryZagr picture DmitryZagr  路  3Comments

caoyanfeng picture caoyanfeng  路  3Comments

riftshadow picture riftshadow  路  4Comments