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: #999999; |
|
} |
|
.mblValuePickerSlotInputArea { |
|
background-color: #f7f7f7; |
|
} |
|
.dj_gecko .mblValuePickerSlotButton { |
|
background-image: -moz-linear-gradient(top, #f7f7f7 0%, #d6d6d6 50%, #bdbdbd 90%, #d6d6d6 100%); |
|
} |
|
.dj_gecko .mblValuePickerSlotButtonSelected { |
|
background-image: -moz-linear-gradient(top, #bbbbbb 0%, #999999 100%); |
|
} |
|
.dj_gecko .mblValuePickerSlotInputArea { |
|
background-image: -moz-linear-gradient(top, #fafafa 10%, #fafafa 20%, #ffffff 50%, #ffffff 90%); |
|
}
|
|
|