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