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.
58 lines (56 loc) • 1.9 kB
CSS
@import url("../common/domButtons/DomButtonGrayPlus.css");
@import url("../common/domButtons/DomButtonGrayMinus.css");
/* dojox.mobile.ValuePicker */
.mblValuePicker {
height: 126px;
}
/* dojox.mobile.ValuePickerSlot */
.mblValuePicker > .mblValuePickerSlot {
float: left;
margin: 0 5px;
}
.mblValuePickerSlotButton {
position: relative;
height: 38px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#d6d7d6), color-stop(0.5, #d6d3d6), color-stop(0.9, #bdbebd));
background-image: linear-gradient(to bottom, #f7f7f7 0%, #d6d3d6 50%, #bdbebd 90%, #d6d7d6 100%);
}
.mblValuePickerSlotPlusButton {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.mblValuePickerSlotMinusButton {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.mblValuePickerSlotButtonSelected {
background-image: -webkit-gradient(linear, left top, left bottom, from(#306ea1), to(#266093), color-stop(0.06, #4090d3), color-stop(0.5, #306ea1));
background-image: linear-gradient(to bottom, #306ea1 0%, #4090d3 6%, #306ea1 50%, #266093 100%);
}
.mblValuePickerSlotIcon {
top: 5px;
margin: 0 auto;
}
.mblValuePickerSlotInputArea {
position: relative;
height: 48px;
border-top: 1px solid #7b797b;
border-bottom: 1px solid #c6c3c6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#adaead), to(#e7e3e7), color-stop(0.1, #d6d7d6), color-stop(0.5, #f7f7f7), color-stop(0.9, #f7f3f7));
background-image: linear-gradient(to bottom, #adaead 0%, #d6d7d6 10%, #f7f7f7 50%, #f7f3f7 90%, #e7e3e7 100%);
}
.mblValuePickerSlotInput {
display: block;
width: 90%;
height: 90%;
margin: 5% auto;
padding: 0;
text-align: center;
border-style: none;
background-color: transparent;
font-size: 28px;
}
/* dojox.mobile.ValuePickerTimePicker */
.mblValuePickerTimePicker > .mblToolBarButton {
top: 45px;
}