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

net.sf.jasperreports.web.servlets.resources.jasperreports-global.css Maven / Gradle / Ivy

There is a newer version: 6.21.3
Show newest version
.hidden {
	display: none;	
}

.globalError {
	font-family: sans, arial;
	font-size: 10px;
	color: red;
}

.dashboardDiv {
	position: relative;
	z-index: 2; 
	width: 200px; 
	text-align: left;
	background-color: #ADD8E6;
}

.db_cbbutton {
	cursor: pointer;
	display: block;	
}

/************************  ****************************/
.enabledViewerButton {
	cursor: pointer;
	filter: alpha(opacity=100);
	opacity: 1;
}

.disabledViewerButton {
	cursor: default;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
/************************  ***************************/




© 2015 - 2024 Weber Informatics LLC | Privacy Policy