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

styles.glyphs.css Maven / Gradle / Ivy

There is a newer version: 8.9
Show newest version
.root{
    -icons-color: red;//-fx-text-base-color;
    -top-icons-color: white;
    -base-icons-color: black;
}

.glyph-icon{
    -fx-fill: -icons-color;
}

.stack-base{
    -fx-font-size: 3em;
    -fx-fill: -base-icons-color;
}

.stack-top{
    -fx-font-size: 2em;
    -fx-fill: -top-icons-color;
}

.blue-icon{
    -icons-color: blue;
    -fx-fill: linear-gradient(-icons-color 0%, derive(-icons-color, 100%) 30%, derive(red, 30%) 85%);
}

.green-icon{
    -icons-color: green;
    -fx-fill: linear-gradient(-icons-color 0%, derive(-icons-color, 100%) 30%, derive(red, 30%) 85%);
}

.exit-button{
    -icons-color: gray;
}

.alien-button{
    -icons-color: yellowgreen;
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy