You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
404 B
19 lines
404 B
/* dojox.mobile.TextArea */ |
|
.mblTextArea { |
|
padding: 4px 1px; |
|
border-width: 1px; |
|
border-style: inset; |
|
font-family: Helvetica; |
|
font-size: 13px; |
|
background-image: none; |
|
background-color: rgba(0, 0, 0, 0); |
|
border-style: none; |
|
color: #000000; |
|
border-radius: 0; |
|
border: solid 1px #007aff; |
|
font-size: 17px; |
|
} |
|
/* dojox.mobile.ExpandingTextArea */ |
|
.mblExpandingTextArea { |
|
margin: 2px; |
|
}
|
|
|