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.
24 lines (23 loc) • 500 B
CSS
/* === BlackRightArrow16 ==*/
.mblDomButtonBlackRightArrow16 {
position: relative;
width: 16px;
height: 16px;
}
.mblDomButtonBlackRightArrow16 > div {
position: absolute;
left: 0px;
clip: rect(0px 16px 16px 4px);
}
.mblDomButtonBlackRightArrow16 > div > div {
position: absolute;
top: 3px;
left: 0px;
width: 10px;
height: 10px;
margin: 0px;
font-size: 1px;
background-color: black;
-webkit-transform: scaleY(0.5) rotate(45deg);
transform: scaleY(0.5) rotate(45deg);
}