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.
21 lines (19 loc) • 353 B
CSS
/* === Minus Button ==*/
.mblDomButtonGrayMinus {
position: relative;
width: 29px;
height: 29px;
}
.mblDomButtonGrayMinus > div {
/* horiz line */
position: absolute;
top: 12px;
left: 6px;
width: 18px;
height: 3px;
margin: 0px;
font-size: 1px;
background-color: #848684;
border-top: 1px solid #525152;
border-radius: 2px;
}