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