aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dijit/themes/soria/form/Textarea.css
blob: 0e0226b30f6f248f9263222a9fbdbe05005ff6db (plain)
1
2
3
4
5
6
7
8
9
10
11
.soria .dijitTextBox {
	margin: 0em 0.1em;
}
.soria .dijitTextBox,
.soria .dijitTextArea {
	
	background:#fff url("../images/validationInputBg.png") repeat-x top left;
	#background:#fff url('../images/validationInputBg.gif') repeat-x top left;
	border:1px solid #c4c4c4;
	line-height: normal;
}