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

css.historyFileChooser.css Maven / Gradle / Ivy

Go to download

An extension for the JavaFX TableView that adds the possibility of applying a filter to the column headers

The newest version!
.root {
	
}

.input_path
{
	-fx-prompt-text-fill: rgba(255.0,0.0,0.0, 0.5);
}

.btn_filechoose, .btn_history
{		
	-fx-background-size: 26.0 26.0 !important;
	-fx-background-repeat: no-repeat !important ;
	-fx-background-position: center !important ;
	-fx-background-radius: 25.0px !important;
	-fx-background-color: transparent !important ;	
}

.btn_filechoose
{
	-fx-background-image: url("../images/Eject_Blue_Button.png");	
}

.btn_history
{
	-fx-background-image: url("../images/History.png");
}

.btn_filechoose:hover , .btn_history:hover
{
	-fx-effect: dropshadow(three-pass-box, rgba(0.0,0.0,0.0,0.7) , 10.0, 0.2 , 0.0 , 0.0);	
}

.btn_filechoose:focused, .btn_filechoose:pressed, .btn_history:focused, .btn_history:pressed
{
	-fx-effect: dropshadow(three-pass-box, rgba(0.0,0.0,0.0,0.7) , 10.0, 0.5 , 0.0 , 0.0);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy