0

How to achieve the following style for Datepicker Arrow Button?

I am able to Achieve the following Style For Arrow Button.

Below Css is used for achieving the above style

.date-picker > .arrow-button > .arrow {
   -fx-opacity:0;
}

.date-picker > .arrow-button {
    -fx-background-image:url("/com/ispiro/ui/assets/img/datepicker.png")
    -fx-background-repeat: no-repeat;
    -fx-background-position: center center;
    -fx-background-color:#1079D8;
    
   
}
Viraj Shedge
  • 1
  • 2
  • 4

0 Answers0