blob: a4f0be16eb3e2eae03bcfb87eb3a2608dd5485d7 (
plain)
1
2
3
4
5
6
7
|
.tundra .dijitTextArea {
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;
}
|