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

/* dojox.mobile.RadioButton */
.mblRadioButton {
background-image: url(compat/button-bg.png);
}
.mblRadioButtonChecked,
.mblRadioButton:checked {
background-image: url(compat/button-chk-bg.png);
&.mblRadioButtonSelected {
background-image: url(compat/blue-button-sel-bg.png);
}
}
.dj_gecko {
.mblRadioButton {
background-image: @mbl-button-background-image-gecko;
-moz-appearance: none;
}
.mblRadioButtonChecked,
.mblRadioButton:checked {
background-image: @mbl-button-checked-background-image-gecko;
&::after {
-moz-transform: rotate(45deg);
-moz-transform-origin: 50% 50%;
}
&.mblRadioButtonSelected {
background-image: @mbl-blue-button-selected-background-image-gecko;
}
}
}
.dj_ff3 {
.mblRadioButton {
-moz-border-radius: 0.5em;
}
}