From 81bea17aefb26859f825b9293c7c99192874806e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 8 Nov 2011 20:40:44 +0400 Subject: upgrade Dojo to 1.6.1 --- lib/dijit/themes/tundra/Editor_rtl.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/dijit/themes/tundra/Editor_rtl.css') diff --git a/lib/dijit/themes/tundra/Editor_rtl.css b/lib/dijit/themes/tundra/Editor_rtl.css index 888c0335a..cd4849e7f 100644 --- a/lib/dijit/themes/tundra/Editor_rtl.css +++ b/lib/dijit/themes/tundra/Editor_rtl.css @@ -1,7 +1,7 @@ - +/* Editor */ .tundra .dijitEditorRtl .dijitEditorIcon { - background-image: url('../../icons/images/editorIconsEnabled_rtl.png'); + 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'); + background-image: url('../../icons/images/editorIconsDisabled_rtl.png'); /* editor icons sprite image - disabled state */ } -- cgit v1.2.3