All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.controlsfx.glyphfont.glyphfont.css Maven / Gradle / Ivy

Go to download

High quality UI controls and other tools to complement the core JavaFX distribution

There is a newer version: 11.2.1
Show newest version

.glyph-font {

}

.glyph-font.gradient{
    -fx-effect: innershadow( three-pass-box , derive(-fx-text-fill,-70%) , 0.1em, 0.0 , 0.07em, 0.07em );
}

.glyph-font.hover-effect:hover{
    -fx-effect: dropshadow( three-pass-box , derive(-fx-text-fill,0%) , 0.01em, 0.0 , 0, 0);
}

.glyph-font.hover-effect:selected{
    -fx-effect: dropshadow( three-pass-box , derive(-fx-text-fill,0%) , 0.01em, 0.0 , 0, 0);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy