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

io.tapirtest.execution.gui.application.views.MainView.css Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
.row-failed {
	-fx-background: salmon;
}

.row-skipped {
	-fx-background: silver;
}

.row-succeeded {
	-fx-background: lightgreen;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy