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.
55 lines
1005 B
55 lines
1005 B
@import url("../common/domButtons/DomButtonGrayPlus.css"); |
|
@import url("../common/domButtons/DomButtonGrayMinus.css"); |
|
|
|
@import "variables.less"; |
|
@import "../common/ValuePicker.less"; |
|
|
|
.mblValuePicker { |
|
.default-vertical-margin; |
|
} |
|
|
|
.mblValuePickerSlot { |
|
border: 2px solid @win-foreground-color; |
|
|
|
&:first-child { |
|
margin-left: 0px !important; |
|
} |
|
} |
|
|
|
.mblValuePickerSlotInputArea { |
|
border-top: 2px solid @win-foreground-color; |
|
border-bottom: 2px solid @win-foreground-color; |
|
} |
|
|
|
.mblValuePickerSlotInput { |
|
color: @win-foreground-color; |
|
} |
|
|
|
.mblValuePickerSlotButton { |
|
color: @win-foreground-color; |
|
border-radius: 0px; |
|
|
|
& .mblValuePickerSlotIcon { |
|
width: 100%; |
|
height: 100%; |
|
top: 0px; |
|
display: -ms-flexbox; |
|
-ms-flex-pack: center; |
|
-ms-flex-align: center; |
|
|
|
&:active { |
|
background-color: @win-accent-color; |
|
} |
|
} |
|
|
|
& > div > div { |
|
position: relative; |
|
background-color: @win-foreground-color; |
|
left: 0px; |
|
top: 0px; |
|
|
|
& > div { |
|
background-color: @win-foreground-color; |
|
} |
|
} |
|
}
|
|
|