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
496 B

/* === WhiteDownArrow16 ==*/
.mblDomButtonWhiteDownArrow16 {
position: relative;
width: 16px;
height: 16px;
}
.mblDomButtonWhiteDownArrow16 > div {
position: absolute;
left: 0px;
clip: rect(4px 16px 16px 0px);
}
.mblDomButtonWhiteDownArrow16 > div > div {
position: absolute;
top: 0px;
left: 3px;
width: 10px;
height: 10px;
margin: 0px;
font-size: 1px;
background-color: white;
-webkit-transform: scaleX(0.5) rotate(45deg);
transform: scaleX(0.5) rotate(45deg);
}