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

styles.awesome_blue.css Maven / Gradle / Ivy

.root{
  -icons-color: rgb(61,114,144);
}

.awesome{
    -fx-font-family: FontAwesome;
    -fx-font-size: 16px;
    -fx-effect: innershadow( three-pass-box , derive(-icons-color,-70%) , 0.1em, 0.0 , 0.07em, 0.07em );
    -fx-text-fill: linear-gradient(to bottom, derive(-icons-color,20%) 10%, derive(-icons-color,-40%) 80%);
}

.awesome:hover{
    -fx-effect: dropshadow( three-pass-box , derive(-icons-color,0%) , 0.01em, 0.0 , 0, 0);
}

.awesome:selected{
    -fx-effect: dropshadow( three-pass-box , derive(-icons-color,0%) , 0.01em, 0.0 , 0, 0);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy