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

com.sshtools.jajafx.MacOs.css Maven / Gradle / Ivy

The newest version!
/* Mac OS */
.borderless-root {	
	-fx-border-style: solid;
	-fx-border-radius: 10px;
	-fx-border-width: 1;
	-fx-border-insets: 1;
}

.darkMode.borderless-root {
	-fx-border-color: derive(background_color,+20%);
}

.lightMode.borderless-root {
	-fx-border-color: derive(background_color,-20%);
}

Tiles {
	-fx-border-style: solid none none none;
	-fx-border-width: 1 0 0 0;
	-fx-border-color: derive(background_color, -20%);
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy