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.
41 lines (40 loc) • 829 B
text/less
@import "../css3.less";
/* === Gray Knob Button ==*/
.mblDomButtonGrayKnob {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonGrayKnob > div { /* horiz line 1 */
position: absolute;
top: 6px;
left: 2px;
width: 23px;
height: 3px;
margin: 0px;
font-size: 1px;
background-color: #cecfce;
border-width: 1px 1px 0 0;
border-style: solid;
border-color: #9c9e9c;
}
.mblDomButtonGrayKnob > div > div { /* horiz line 2 */
position: absolute;
top: 6px;
width: 23px;
height: 3px;
background-color: #cecfce;
border-width: 1px 1px 0 0;
border-style: solid;
border-color: #9c9e9c;
}
.mblDomButtonGrayKnob > div > div > div { /* horiz line 3 */
position: absolute;
top: 6px;
width: 23px;
height: 3px;
background-color: #cecfce;
border-width: 1px 1px 0 0;
border-style: solid;
border-color: #9c9e9c;
}