summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/nihilo/Editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dijit/themes/nihilo/Editor.css')
-rw-r--r--lib/dijit/themes/nihilo/Editor.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/dijit/themes/nihilo/Editor.css b/lib/dijit/themes/nihilo/Editor.css
new file mode 100644
index 000000000..77280d9af
--- /dev/null
+++ b/lib/dijit/themes/nihilo/Editor.css
@@ -0,0 +1,13 @@
+.nihilo .dijitToolbar .dijitToolbarSeparator {
+ background: url('../../icons/images/editorIconsEnabled.png');
+}
+.nihilo .dijitEditorIcon {
+ background-image: url('../../icons/images/editorIconsEnabled.png');
+ background-repeat: no-repeat;
+ width: 18px;
+ height: 18px;
+ text-align: center;
+}
+.nihilo .dijitDisabled .dijitEditorIcon {
+ background-image: url('../../icons/images/editorIconsDisabled.png');
+}