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.
 
 
 
 
 
 

60 lines
1021 B

html.mobile,
.mobile body {
width: 100%;
margin: 0;
padding: 0;
}
.mobile body {
overflow-x: hidden;
-webkit-text-size-adjust: none;
font-family: Helvetica;
font-size: 17px;
color: #ffffff;
}
.mobile body a {
color: #f0f0f0;
}
.mblBackground {
background-color: #000000;
}
/* Button Colors */
.mblColorBlue {
color: #ffffff;
background-color: #366edf;
background-image: none;
}
.mblColorBlue45 {
background-image: none;
}
/* Default Button Colors */
.mblColorDefault {
color: #ffffff;
background-color: #333333;
background-image: none;
}
.mblColorDefault45 {
background-color: #333333;
}
.mblColorDefaultSel {
color: #ffffff;
background-color: #33b5e5;
background-image: none;
}
.mblColorDefaultSel45 {
background-color: #33b5e5;
}
.mblSpriteIcon {
position: absolute;
}
.mblSpriteIconParent {
position: relative;
font-size: 1px;
}
.mblImageIcon {
vertical-align: top;
}
.unselectable {
-ms-user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
}