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.
 
 
 
 
 
 

27 lines
642 B

/* Indirect Selection */
.dojoxGridRowSelector {
cursor: pointer;
}
.dojoxGridRowSelectorStatusText{
visibility:hidden;
}
.dijit_a11y .dojoxGridRowSelected {
opacity:0.8 !important;
}
.dijit_a11y .dojoxGridBorderDIV {
border:2px solid #000 !important;
}
.dijit_a11y .dojoxGridRowSelector {
height:100% !important;
}
.dijit_a11y .dojoxGridRowSelectorStatusText{
font-size:larger !important;
visibility:visible;
}
.dijit_a11y .dijitCheckBox .dojoxGridRowSelectorStatusText{
font-weight:bolder !important;
font-size:x-large !important;
}
.dijit_a11y .dijitCheckBoxChecked .dojoxGridRowSelectorStatusText{
font-size:small !important;
}