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) • 677 B
CSS
/* dojox.mobile.ValuePicker */
.mblValuePickerSlotButton {
background-image: url(compat/valuepicker-button-bg.png);
}
.mblValuePickerSlotButtonSelected {
background-color: #394d77;
}
.mblValuePickerSlotInputArea {
background-color: #f7f7f7;
}
.dj_gecko .mblValuePickerSlotButton {
background-image: -moz-linear-gradient(top, #9cb1c9 10%, #f0f1f5 35%, #f0f1f5 65%, #9cb1c9 90%);
}
.dj_gecko .mblValuePickerSlotButtonSelected {
background-image: -moz-linear-gradient(top, #7c87a4 0%, #394d77 50%, #243b69 50%, #263e6c 100%);
}
.dj_gecko .mblValuePickerSlotInputArea {
background-image: -moz-linear-gradient(top, #eaeaea 10%, #fafafa 20%, #ffffff 50%, #efefef 90%);
}