blob: 2f2500176915600642ef858ea918e858ef619815 (
plain)
1
2
3
4
5
6
7
8
9
10
|
.tundra .dijitTextArea {
/* For all except dijit.form.NumberSpinner: the actual input element.
For TextBox, ComboBox, Spinner: the table that contains the input.
Otherwise the actual input element.
*/
background:#fff url("../images/validationInputBg.png") repeat-x top left;
#background:#fff url('../images/validationInputBg.gif') repeat-x top left;
border:1px solid #b3b3b3;
line-height: normal;
}
|