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

theme.default.button.css Maven / Gradle / Ivy

The newest version!
.root {
  /* Root variables */
  accent_color: rgba(28, 92, 141, 0.95);
  default_button_text_color: white;
}

.button:default {
  -fx-background-color: accent_color;
  -fx-text-fill: default_button_text_color;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy