sample skeleton application with dojo toolkit & arcgis js api v 4.30
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.
 
 
 
 
 
 

23 lines
516 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: #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;
}