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.
 
 
 
 
 
 

34 lines
768 B

/* dojox.mobile.TextBox */
.mblTextBox {
height: 22px;
border-width: 1px;
border-style: inset;
font-family: Helvetica;
font-size: 13px;
display: block;
background-color: #bfbfbf;
border: 2px solid #ffffff;
margin-top: 8px;
margin-bottom: 8px;
border-radius: 0;
font-family: "Segoe WP", "Segoe UI", "HelveticaNeue", "Helvetica-Neue", "Helvetica", "BBAlpha Sans", "sans-serif";
border-color: #bfbfbf;
padding: 0 0 0 3px;
font-size: 9pt;
width: calc(100% - 10px);
height: 2em;
}
.mblTextBox:active,
.mblTextBox:focus {
border-color: Highlight;
background-color: white;
color: black;
}
.mblTextBox[disabled] {
border-color: #808080;
background-color: transparent;
color: #808080;
}
.mblTextBox::-ms-clear {
display: none;
}