dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
56 lines (44 loc) • 1 kB
text/less
@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 ;
}
}
.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;
}
}
}