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.
24 lines (23 loc) • 516 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: #333333;
border-style: none;
border-top-style: solid;
border-top-color: rgba(85, 85, 85, 0.9);
border-top-width: 1px;
border-radius: 2px;
color: #ffffff;
border-radius: 0;
border-top-color: transparent;
font-size: 17px;
}
/* dojox.mobile.ExpandingTextArea */
.mblExpandingTextArea {
margin: 2px;
}