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.
23 lines
624 B
23 lines
624 B
/* dojox.mobile.ValuePicker */ |
|
|
|
.mblValuePickerSlotButton { |
|
background-image: url(compat/valuepicker-button-bg.png); |
|
} |
|
.mblValuePickerSlotButtonSelected { |
|
background-color: @default-button-selected-background-color; |
|
} |
|
.mblValuePickerSlotInputArea { |
|
background-color: #f7f7f7; |
|
} |
|
|
|
.dj_gecko { |
|
.mblValuePickerSlotButton { |
|
background-image: @mbl-value-picker-slot-button-background-image-gecko; |
|
} |
|
.mblValuePickerSlotButtonSelected { |
|
background-image: @default-button-selected-background-image-gecko; |
|
} |
|
.mblValuePickerSlotInputArea { |
|
background-image: @mbl-value-picker-slot-input-area-background-image-gecko; |
|
} |
|
}
|
|
|