8 lines
229 B
CSS
8 lines
229 B
CSS
|
.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;
|
||
|
}
|