summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/tundra/Editor_rtl.css
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/themes/tundra/Editor_rtl.css')
-rw-r--r--lib/dijit/themes/tundra/Editor_rtl.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/dijit/themes/tundra/Editor_rtl.css b/lib/dijit/themes/tundra/Editor_rtl.css
new file mode 100644
index 000000000..888c0335a
--- /dev/null
+++ b/lib/dijit/themes/tundra/Editor_rtl.css
@@ -0,0 +1,7 @@
+
+.tundra .dijitEditorRtl .dijitEditorIcon {
+ background-image: url('../../icons/images/editorIconsEnabled_rtl.png');
+}
+.tundra .dijitEditorRtlDisabled .dijitEditorIcon {
+ background-image: url('../../icons/images/editorIconsDisabled_rtl.png');
+}