JFoeniX
JFoeniX
Hello, Definitely it's better to have a default style sheet with a defined theme properties.
Hello @DJViking Well to be honest, we still didn't test themes with JFoenix. so there might be some issues when applying themes. is it just the date picker that breaks...
you can use the following css ``` .date-picker-popup > * > * > * > .left-button .jfx-svg-glyph, .date-picker-popup > * > * > * > .right-button .jfx-svg-glyph { -fx-background-color: rgb(20,...
@Ammaccabananee, I wish if there was some automated tool for this. Any suggestion regarding this is appreciated :) Regards,
Hi @nanoclario, After a quick review, I have some comments regarding the implementation: 1. I don't see a reason to not make JFXNotification extends PopupControl/Popup instead of using it as...
Hi @nanoclario I see your point. However to be honest, I think it can be done better. (e.g why would JFXAbstractNotificationTemplate (the content) has a hide method? it makes more...
Well, I think the code needs some changes and a better abstraction, so I prefer not to merge it as is.
sure, it's a good option to have. feel free to add your own contribution to JFoenix Regards,
@skmedix the outlined button can be done through css by using a Flat JFXButton with a border color. JFXButton types are FLAT / RAISED: - FLAT button is a simple...
Hello, Currently, you need to extend JFXRippler and override the method `getMask`. Will try to fix this in later versions of JFoenix. Regards,