css - Customizing Datepicker JavaFX 8 -


How do I customize CSS in datepicker JavaFX 8? I need to remove light blue shade or define brown light.

Thank you.

datePicker is a comboboxbase when the background of the light blue shadow is centered:

 . Combo-box-base: centered {-fx-background-color: transparent; }   

Will make a job.

By T

Comments

Popular posts from this blog

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

c# - Split String between 2 substrings without removing delimiters -

asp.net - Procedure or function "Procedure name" expects a parameter "Param name" which was not supplied occurs rarely -