summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/soria/Editor_rtl.css
blob: a1f76e8c453e2efe4170baf70dd266d288233853 (plain)
1
2
3
4
5
6
7
/* Editor */
.dijitRtl .soria .dijitEditorIcon {
	background-image: url('../../icons/images/editorIconsEnabled_rtl.png'); /* editor icons sprite image - enabled state */
}
.dijitRtl .soria .dijitDisabled .dijitEditorIcon {
	background-image: url('../../icons/images/editorIconsDisabled_rtl.png'); /* editor icons sprite image - disabled state */
}