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.
16 lines (14 loc) • 599 B
CSS
.dijitEditorRtl .dijitEditorIcon.dijitEditorIconParaLeftToRight {
background-image: url('../images/bidiIconsEnabled_rtl.png');
background-position: -846px;
}
.dijitEditorRtlDisabled .dijitEditorIcon.dijitEditorIconParaLeftToRight {
background-image: url('../images/bidiIconsDisabled_rtl.png');
}
.dijitEditorRtl .dijitEditorIcon.dijitEditorIconParaRightToLeft {
background-image: url('../images/bidiIconsEnabled_rtl.png');
background-position: -828px;
}
.dijitEditorRtlDisabled .dijitEditorIcon.dijitEditorIconParaRightToLeft {
background-image: url('../images/bidiIconsDisabled_rtl.png');
}