summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/nihilo/Editor_rtl.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-08 20:40:44 +0400
committerAndrew Dolgov <[email protected]>2011-11-08 20:40:44 +0400
commit81bea17aefb26859f825b9293c7c99192874806e (patch)
treefb244408ca271affa2899adb634788802c9a89d8 /lib/dijit/themes/nihilo/Editor_rtl.css
parent870a70e109ac9e80a88047044530de53d0404ec7 (diff)
upgrade Dojo to 1.6.1
Diffstat (limited to 'lib/dijit/themes/nihilo/Editor_rtl.css')
-rw-r--r--lib/dijit/themes/nihilo/Editor_rtl.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/dijit/themes/nihilo/Editor_rtl.css b/lib/dijit/themes/nihilo/Editor_rtl.css
index 37849a5bd..ca1cc0c86 100644
--- a/lib/dijit/themes/nihilo/Editor_rtl.css
+++ b/lib/dijit/themes/nihilo/Editor_rtl.css
@@ -1,7 +1,9 @@
-
+/* Editor */
.dijitRtl .nihilo .dijitEditorIcon {
- background-image: url('../../icons/images/editorIconsEnabled_rtl.png');
+ 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');
+ background-image: url('../../icons/images/editorIconsDisabled_rtl.png'); /* editor icons sprite image - disabled state */
}
+
+