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.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/dijit/themes/tundra/Editor.css') diff --git a/lib/dijit/themes/tundra/Editor.css b/lib/dijit/themes/tundra/Editor.css index d24de9557..b6f07a1f7 100644 --- a/lib/dijit/themes/tundra/Editor.css +++ b/lib/dijit/themes/tundra/Editor.css @@ -2,13 +2,15 @@ border:1px solid #bfbfbf; border-top:0; } + .tundra .dijitEditorIcon { - background-image: url('../../icons/images/editorIconsEnabled.png'); + background-image: url('../../icons/images/editorIconsEnabled.png'); /* editor icons sprite image - enabled state */ background-repeat: no-repeat; width: 18px; height: 18px; text-align: center; } .tundra .dijitDisabled .dijitEditorIcon { - background-image: url('../../icons/images/editorIconsDisabled.png'); + background-image: url('../../icons/images/editorIconsDisabled.png'); /* editor icons sprite image - disabled state */ } + -- cgit v1.2.3