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

org.wicketstuff.datatable_autocomplete.table.dta_table.css Maven / Gradle / Ivy


table.dta_data_table tr.even { background-color: #ffebcd; }
table.dta_data_table tr.selected { background-color: yellow; }
table.dta_data_table tr.odd { background-color: #fff; }

table.dta_data_table tr.headers { color: black; padding-top: 3px; padding-bottom: 3px; padding-left: 8px; padding-right: 30px; background-color: #c1e4ff; border-bottom: 1px solid #0079d6; border-top: 1px solid #0079d6; text-align: left; white-space: nowrap; vertical-align: middle;}

table.dta_data_table {

	text-align: center;
	/* margining should be handled by the parent */
/*	margin: auto; */
	
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy