.mblSpinWheel { position: relative; overflow: hidden; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #313137), color-stop(0.05, #73747d), color-stop(0.07, #92939b), color-stop(0.09, #ababb5), color-stop(0.12, #c5c6ce), color-stop(0.16, #dfe0e4), color-stop(0.22, #f4f5f6), color-stop(0.35, #fbfcfc), color-stop(0.5, #fbfcfc), color-stop(0.61, #fbfcfc), color-stop(0.61, #b4c1c7), color-stop(0.65, #fbfcfc), color-stop(0.78, #f4f5f6), color-stop(0.84, #dfe0e4), color-stop(0.88, #c5c6ce), color-stop(0.91, #ababb5), color-stop(0.93, #92939b), color-stop(0.95, #73747d), color-stop(1, #313137)); height: 200px; border-left: solid 3px #000000; border-right: solid 3px #000000; color: #000000; border-radius: 3px; } .mblSpinWheelBar { position: absolute; top: 79px; background: -webkit-gradient(linear, left top, left bottom, from(#edeef2), to(#a7adca), color-stop(0, #edeef2), color-stop(0.25, #c8cadd), color-stop(0.49, #bbbfd4), color-stop(0.51, #9fa8c6), color-stop(0.81, #a2a9c7), color-stop(0.82, #a6abc9), color-stop(1, #a7adca)); border: solid 1px #7b8497; height: 42px; width: 100%; clear: both; opacity: 0.6; } .mblSpinWheelDatePicker { width: 312px; } .mblSpinWheelTimePicker { width: 98px; } .mblSpinWheelSlot { position: relative; top: 0px; float: left; width: 100px; height: 100%; border-left: solid 2px #000000; border-right: solid 2px #000000; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } .mblSpinWheelSlotLabel { padding: 0 8px; height: 44px; overflow: hidden; font: bold 24px/44px Helvetica, sans-serif; } .mblSpinWheelSlotLabel img { vertical-align: middle; opacity: 0.7; } .mblSpinWheelSlotLabelGray { color: #cccccc; } .mblSpinWheelSlotLabelBlue { color: #0959d2; } .mblSpinWheelSlotContainer { position: relative; } .mblSpinWheelSlotPanel { position: absolute; top: 0px; width: 100%; } .mblSpinWheelSlotTouch { position: absolute; top: 0px; width: 100%; height: 100%; z-index: 1; } .mblDomButtonGrayPlus { position: relative; width: 29px; height: 29px; } .mblDomButtonGrayPlus > div { position: absolute; top: 12px; left: 6px; width: 18px; height: 3px; margin: 0px; font-size: 1px; background-color: #848684; border-top: 1px solid #525152; border-radius: 2px; } .mblDomButtonGrayPlus > div > div { position: absolute; top: -8px; left: 7px; width: 3px; height: 17px; margin: 0px; font-size: 1px; background-color: #848684; border-top: 1px solid #525152; border-left: 1px solid #808080; border-radius: 2px; } .mblDomButtonGrayMinus { position: relative; width: 29px; height: 29px; } .mblDomButtonGrayMinus > div { position: absolute; top: 12px; left: 6px; width: 18px; height: 3px; margin: 0px; font-size: 1px; background-color: #848684; border-top: 1px solid #525152; border-radius: 2px; } .mblValuePicker { height: 126px; } .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)); } .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(#bbbbbb), to(#666666)); } .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, color-stop(0.1, #fafafa), color-stop(0.2, #fafafa), color-stop(0.5, #ffffff), color-stop(0.9, #ffffff)); } .mblValuePickerSlotInput { display: block; width: 90%; height: 90%; margin: 5% auto; padding: 0; text-align: center; border-style: none; background-color: transparent; font-size: 28px; } .mblValuePickerTimePicker > .mblToolBarButton { top: 45px; }