UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

20 lines (19 loc) 460 B
/* dojox.mobile.ValuePicker */ .mblValuePickerSlotButton { background-image: url(compat/valuepicker-button-bg.png); } .mblValuePickerSlotButtonSelected { background-color: Highlight; } .mblValuePickerSlotInputArea { background-color: #f7f7f7; } .dj_gecko .mblValuePickerSlotButton { background-image: none; } .dj_gecko .mblValuePickerSlotButtonSelected { background-image: none; } .dj_gecko .mblValuePickerSlotInputArea { background-image: none; }