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.
19 lines
677 B
19 lines
677 B
/* 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%); |
|
}
|
|
|