9 lines
352 B
CSS
9 lines
352 B
CSS
/* Editor */
|
|
.dijitRtl .nihilo .dijitEditorIcon {
|
|
background-image: url('../../icons/images/editorIconsEnabled_rtl.png'); /* editor icons sprite image - enabled state */
|
|
}
|
|
.dijitRtl .nihilo .dijitDisabled .dijitEditorIcon {
|
|
background-image: url('../../icons/images/editorIconsDisabled_rtl.png'); /* editor icons sprite image - disabled state */
|
|
}
|
|
|
|
|