dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
20 lines (19 loc) • 404 B
CSS
/* 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;
}