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.
26 lines (23 loc) • 470 B
CSS
/* dojox.mobile.TextArea */
.mblTextArea {
padding-left: 5px;
padding-top: 16px;
padding-bottom: 16px;
padding-right: 1px;
font-size: 21px;
color: white;
border: 1px solid #ADAAAD;
border-radius: 8px;
background-color: black;
}
div .navPane {
background-color: black ;
border-right: 1px solid #ADAAAD ;
}
button.baseBtn {
font-family: Helvetica;
font-size: 17px;
font-weight: bold;
height: 48px;
margin-bottom: 6px;
}