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
689 B
19 lines
689 B
/* dojox.mobile.ValuePicker */ |
|
.mblValuePickerSlotButton { |
|
background-image: url(compat/valuepicker-button-bg.png); |
|
} |
|
.mblValuePickerSlotButtonSelected { |
|
background-color: #3578b1; |
|
} |
|
.mblValuePickerSlotInputArea { |
|
background-color: #f7f7f7; |
|
} |
|
.dj_gecko .mblValuePickerSlotButton { |
|
background-image: -moz-linear-gradient(top, #f7f7f7 0%, #d6d3d6 50%, #bdbebd 90%, #d6d7d6 100%); |
|
} |
|
.dj_gecko .mblValuePickerSlotButtonSelected { |
|
background-image: -moz-linear-gradient(top, #306ea1 0%, #4090d3 6%, #306ea1 50%, #266093 100%); |
|
} |
|
.dj_gecko .mblValuePickerSlotInputArea { |
|
background-image: -moz-linear-gradient(top, #adaead 0%, #d6d7d6 10%, #f7f7f7 50%, #f7f3f7 90%, #e7e3e7 100%); |
|
}
|
|
|