8 lines
243 B
CSS
8 lines
243 B
CSS
|
|
||
|
.dijitRtl .nihilo .dijitEditorIcon {
|
||
|
background-image: url('../../icons/images/editorIconsEnabled_rtl.png');
|
||
|
}
|
||
|
.dijitRtl .nihilo .dijitDisabled .dijitEditorIcon {
|
||
|
background-image: url('../../icons/images/editorIconsDisabled_rtl.png');
|
||
|
}
|