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.
 
 
 
 
 
 

33 lines
616 B

/* Time Picker */
.nihilo .dijitTimePickerTick,
.nihilo .dijitTimePickerMarker {
border-color: #eeeeee;
}
.nihilo .dijitTimePickerTick {
color: gray;
}
.nihilo .dijitTimePickerMarker {
background:#d3d3d3 url("images/titleBar.png") repeat-x top;
color:#293a4b;
font-weight: bold;
}
.nihilo .dijitTimePickerItemSelected {
color: black;
background: #ffe284 none;
}
.nihilo .dijitTimePickerItemHover {
background: #d6d6dd none;
color:black;
}
.nihilo .dijitTimePickerTick .dijitTimePickerItemInner {
font-size: 0.8em;
}
.nihilo .dijitTimePickerItemSelected .dijitTimePickerItemInner {
font-size: 1em;
}