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

@import "variables.less";
@import "../common/Button.less";
.mblButtonDisabled,
.mblButton:disabled {
color: #646464;
.default-button-border-styles;
background-color: #212121;
}
.mblBlueButtonSelected {
border-color: transparent;
background-image: none;
box-shadow: 0px 0px 1px 4px #33B5E5;
}
.mblRedButtonSelected {
border-color: transparent;
background-image: none;
box-shadow: 0px 0px 1px 4px #FF4444;
}