UNPKG

dijit

Version:

Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible u

25 lines (20 loc) 428 B
/* Time Picker */ .tundra .dijitTimePickerTick, .tundra .dijitTimePickerMarker { border-color: #ccc; } .tundra .dijitTimePickerTick { color:gray; } .tundra .dijitTimePickerMarker { background:#d3d3d3 url("images/titleBar.png") repeat-x top; color:#293a4b; } .tundra .dijitTimePickerItemSelected { color: black; background: #bbc4d0 none; } .tundra .dijitTimePickerItemHover { background: #60a1ea none; color:white; }