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.
11 lines
323 B
11 lines
323 B
@import url("../common/domButtons/DomButtonGrayPlus.css"); |
|
@import url("../common/domButtons/DomButtonGrayMinus.css"); |
|
|
|
@import "variables.less"; |
|
@import "../common/ValuePicker.less"; |
|
|
|
.mblValuePickerSlotInputArea { |
|
border-top: 2px solid @holo-color1; |
|
border-bottom: 2px solid @holo-color1; |
|
background-image: none; |
|
}
|
|
|