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
651 B
19 lines
651 B
/* dojox.mobile.ValuePicker */ |
|
.mblValuePickerSlotButton { |
|
background-image: url(compat/valuepicker-button-bg.png); |
|
} |
|
.mblValuePickerSlotButtonSelected { |
|
background-color: #0869c6; |
|
} |
|
.mblValuePickerSlotInputArea { |
|
background-color: #f7f7f7; |
|
} |
|
.dj_gecko .mblValuePickerSlotButton { |
|
background-image: -moz-linear-gradient(top, #f7fbf7 0%, #ced3ce 50%, #cecfd6 100%); |
|
} |
|
.dj_gecko .mblValuePickerSlotButtonSelected { |
|
background-image: -moz-linear-gradient(top, #088eef 0%, #0869c6 50%, #0851ad 100%); |
|
} |
|
.dj_gecko .mblValuePickerSlotInputArea { |
|
background-image: -moz-linear-gradient(top, #fafafa 10%, #fafafa 20%, #ffffff 50%, #ffffff 90%); |
|
}
|
|
|