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

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

There is a newer version: 4.3.7.Final
Show newest version
.rf-ds{
 	white-space:nowrap; 
 	display:inline-block; 
 	font-size:'#{richSkin.generalSizeFont}';
 	padding:1px; 
 	font-family:'#{richSkin.generalFamilyFont}'; 
 	background:'#{richSkin.tableBackgroundColor}'; 
}

a.rf-ds-dtl {
	color: '#{richSkin.generalTextColor}';
}

a.rf-ds-btn {
	color: '#{richSkin.generalTextColor}';
}

.rf-ds-cont { 
	white-space: nowrap; 
	display: inline-block; 
	font-size: '#{richSkin.generalSizeFont}'; 
	padding: 1px; 
	font-family: '#{richSkin.generalFamilyFont}'; 
	background: '#{richSkin.tableBackgroundColor}';
}

.rf-ds-cont-dec {
	border-width:  1px;
	border-style: solid;
	border-color: '#{richSkin.tableBorderColor}';
}

.rf-ds-btn { 
	cursor: pointer;
	padding: 2px 10px 3px 10px; 
	border-width: 1px; 
	border-style: solid;
	border-color: '#{richSkin.tableBorderColor}'; 
	display: inline-block; 

	background-position: top left; 
	background-repeat: repeat-x;
	background-color: '#{richSkin.headerBackgroundColor}'; 
	background-image: "url(#{resource['org.richfaces.renderkit.html.images.DSButtonGradientImage']})";

	font-size: '#{richSkin.generalSizeFont}'; 
	font-family: '#{richSkin.generalFamilyFont}'; 
	color: '#{richSkin.generalTextColor}';
	text-decoration: none;
	font-weight: normal;
}

.rf-ds-l { 
	margin-right: 1px;
}

.rf-ds-r { 
	margin-left: 1px;
}

.rf-ds-dtl { 
	cursor: pointer; 
	width: 2em; 
	text-align: center; 
	margin-left: 1px; 
	margin-right: 1px; 
	padding: 2px 2px 3px 2px; 
	border-width: 1px;
	border-style: solid;
	border-color: transparent; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: '#{richSkin.tableBorderColor}';

	background-color: '#{richSkin.tableBackgroundColor}'; 
	background-image: "url(#{resource['org.richfaces.renderkit.html.images.DSDigitalGradientImage']})";

	
	background-position: top left;
	background-repeat: repeat-x;  

	display: inline-block; 
	font-size: '#{richSkin.generalSizeFont}'; 
	font-family: '#{richSkin.generalFamilyFont}';
	text-decoration: none; 
	color: '#{richSkin.generalTextColor}';
	font-weight: normal;
	
}

.rf-ds-over { 
	border-width : 1px;
	border-style: solid;
	border-color: '#{richSkin.tableBorderColor}'; 
	background-position: top left;
	background-repeat: repeat-x;
	background-color: '#{richSkin.tableBackgroundColor}'; 
	background-image: "url(#{resource['org.richfaces.renderkit.html.images.DSButtonOverGradientImage']})";
}

.rf-ds-press { 
	border-width: 1px; 
	border-style: solid;
	border-color: '#{richSkin.tableBorderColor}'; 
	background: '#{richSkin.additionalBackgroundColor}';
}

.rf-ds-cur { 
	cursor: default; 
	font-weight: bold; 
	border-width: 1px;
	bordr-style: solid;
	border-color: transparent; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: '#{richSkin.tableBorderColor}'; 
	background: none;
}

.rf-ds-dis{ 
	color: '#{richSkin.tableBorderColor}'; 
	cursor: default;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy