summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/tundra/Editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/themes/tundra/Editor.css')
-rw-r--r--lib/dijit/themes/tundra/Editor.css6
1 files changed, 4 insertions, 2 deletions
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 */
}
+