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

org.wicketstuff.datatables.media.css.AutoFill.css Maven / Gradle / Ivy

There is a newer version: 10.3.0
Show newest version
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * AutoFill styles
 */

div.AutoFill_filler {
	display: none;
	position: absolute;
	height: 14px;
	width: 14px;
	background: url(../images/filler.png) no-repeat center center;
	z-index: 1002;
}

div.AutoFill_border {
	display: none;
	position: absolute;
	background-color: #0063dc;
	z-index: 1001;
	
	box-shadow: 0px 0px 5px #76b4ff;
	-moz-box-shadow: 0px 0px 5px #76b4ff;
	-webkit-box-shadow: 0px 0px 5px #76b4ff;
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy