Hi guys
I'm polishing a project and decided to give a go at the CSSUtils lib...
How can I use it with this css?:
this is from a MenuBar node
I'm polishing a project and decided to give a go at the CSSUtils lib...
How can I use it with this css?:
this is from a MenuBar node
B4X:
.menu:hover, .menu:showing
{
-fx-background-color:
#3c7fb1, linear-gradient(#fafdfe, #e8f5fc),linear-gradient(#eaf6fd 0%, #d9f0fc 49%, #bee6fd 50%, #a7d9f5 100%);
-fx-background-insets: 0,1,2;
-fx-background-radius: 3,2,1;
-fx-effect: dropshadow( three-pass-box , rgba(0,0,0,0.6) , 5, 0.0 , 0 , 1 );
}