You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
1.9 KiB
90 lines
1.9 KiB
@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; |
|
} |
|
.mblValuePickerSlotPlusButton { |
|
border-top-left-radius: 5px; |
|
border-top-right-radius: 5px; |
|
} |
|
.mblValuePickerSlotMinusButton { |
|
border-bottom-left-radius: 5px; |
|
border-bottom-right-radius: 5px; |
|
} |
|
.mblValuePickerSlotIcon { |
|
top: 5px; |
|
margin: 0 auto; |
|
} |
|
.mblValuePickerSlotInputArea { |
|
position: relative; |
|
height: 48px; |
|
border-top: 1px solid #7b797b; |
|
border-bottom: 1px solid #c6c3c6; |
|
} |
|
.mblValuePickerSlotInput { |
|
display: block; |
|
width: 90%; |
|
height: 90%; |
|
margin: 5% auto; |
|
padding: 0; |
|
text-align: center; |
|
border-style: none; |
|
background-color: transparent; |
|
font-size: 17pt; |
|
} |
|
/* dojox.mobile.ValuePickerTimePicker */ |
|
.mblValuePickerTimePicker > .mblToolBarButton { |
|
top: 45px; |
|
} |
|
.mblValuePicker { |
|
margin-top: 8px; |
|
margin-bottom: 8px; |
|
} |
|
.mblValuePickerSlot { |
|
border: 2px solid #ffffff; |
|
} |
|
.mblValuePickerSlot:first-child { |
|
margin-left: 0px !important; |
|
} |
|
.mblValuePickerSlotInputArea { |
|
border-top: 2px solid #ffffff; |
|
border-bottom: 2px solid #ffffff; |
|
} |
|
.mblValuePickerSlotInput { |
|
color: #ffffff; |
|
} |
|
.mblValuePickerSlotButton { |
|
color: #ffffff; |
|
border-radius: 0px; |
|
} |
|
.mblValuePickerSlotButton .mblValuePickerSlotIcon { |
|
width: 100%; |
|
height: 100%; |
|
top: 0px; |
|
display: -ms-flexbox; |
|
-ms-flex-pack: center; |
|
-ms-flex-align: center; |
|
} |
|
.mblValuePickerSlotButton .mblValuePickerSlotIcon:active { |
|
background-color: Highlight; |
|
} |
|
.mblValuePickerSlotButton > div > div { |
|
position: relative; |
|
background-color: #ffffff; |
|
left: 0px; |
|
top: 0px; |
|
} |
|
.mblValuePickerSlotButton > div > div > div { |
|
background-color: #ffffff; |
|
}
|
|
|