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.
 
 
 
 
 
 

20 lines
353 B

/* === Minus Button ==*/
.mblDomButtonGrayMinus {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonGrayMinus > div {
/* horiz line */
position: absolute;
top: 12px;
left: 6px;
width: 18px;
height: 3px;
margin: 0px;
font-size: 1px;
background-color: #848684;
border-top: 1px solid #525152;
border-radius: 2px;
}