Skip to content
Snippets Groups Projects
circleprogress.css 298 B
Newer Older
.circleindicator-container  {	
	circleindicator-color: rgba(94, 33, 27, 1);
	-fx-padding: 5.0;
	-fx-background-color: -fx-background;
}
.circleindicator-container > .circleindicator-label {
	-fx-font-weight: bold; 
 	-fx-font-size: 2.5em;
	-fx-text-fill: circleindicator-color;
	-fx-padding: 5.0;
}