jxdnsong
2020-10-24 da0104cede61a05a93e97b96ba0aaa7e222bb7d6
1
2
3
4
5
6
7
8
9
10
/* dojox.mobile.TextArea */
.mblTextArea {
    overflow: auto;
}
 
.dj_ff3 {
    .mblTextArea {
        -moz-border-radius: @default-button-border-radius;
    }
}