8 lines
248 B
CSS
8 lines
248 B
CSS
|
|
||
|
.tundra .dijitEditorRtl .dijitEditorIcon {
|
||
|
background-image: url('../../icons/images/editorIconsEnabled_rtl.png');
|
||
|
}
|
||
|
.tundra .dijitEditorRtlDisabled .dijitEditorIcon {
|
||
|
background-image: url('../../icons/images/editorIconsDisabled_rtl.png');
|
||
|
}
|