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

META-INF.resources.org.richfaces.progressBar.ecss Maven / Gradle / Ivy

There is a newer version: 4.3.7.Final
Show newest version
.rf-pb-rmng {
	height: 13px;
	white-space: nowrap;
	width: 200px;
	
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-color: '#{richSkin.panelBorderColor}';

	overflow: hidden;
	color: '#{richSkin.controlTextColor}';

	font-family: '#{richSkin.generalFamilyFont}';
	font-size: '#{richSkin.generalSizeFont}';
	font-weight: bold;
	
	text-color: '#{richSkin.controlTextColor}';

	background-color: '#{richSkin.controlBackgroundColor}';
	padding: 0px;
}

.rf-pb-prgs {
	overflow: hidden;
	border-color: '#{richSkin.panelBorderColor}';
	background-repeat: repeat-x;
	background-color: '#{richSkin.selectControlColor}';
	height: 100%;
	padding: 0px;
	background-image: "url(#{resource['org.richfaces.images:pbAniBg.gif']})";
}

.rf-pb-lbl {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

.rf-pb-init, .rf-pb-fin {
	color: '#{richSkin.generalTextColor}';
	font-family: '#{richSkin.generalFamilyFont}';
	font-size: '#{richSkin.generalSizeFont}';
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy