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.
18 lines (14 loc) • 396 B
CSS
.dijitAdditionalEditorIconInsertAnchor {
background-image: url(../icons/anchor.gif);
background-repeat: no-repeat;
background-position: center center;
width: 18px;
height: 18px;
}
.dijitDisabled .dijitAdditionalEditorIconInsertAnchor {
background-image: url(../icons/anchorDisabled.gif);
background-repeat: no-repeat;
background-position: center center;
width: 18px;
height: 18px;
}