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.
23 lines (22 loc) • 524 B
CSS
/* dojox.mobile.ValuePicker */
.mblValuePickerSlotButton {
background-image: url(compat/valuepicker-button-bg.png);
}
.mblValuePickerSlotButtonSelected {
background-color: #33b5e5;
}
.mblValuePickerSlotInputArea {
background-color: #f7f7f7;
}
.dj_gecko .mblValuePickerSlotButton {
background-image: none;
}
.dj_gecko .mblValuePickerSlotButtonSelected {
background-image: none;
}
.dj_gecko .mblValuePickerSlotInputArea {
background-image: none;
}
.mblValuePickerSlotInputArea {
background-color: transparent;
}