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.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/dijit/themes/tundra/Editor.css b/lib/dijit/themes/tundra/Editor.css
new file mode 100644
index 000000000..d24de9557
--- /dev/null
+++ b/lib/dijit/themes/tundra/Editor.css
@@ -0,0 +1,14 @@
+.dijitEditor {
+ border:1px solid #bfbfbf;
+ border-top:0;
+}
+.tundra .dijitEditorIcon {
+ background-image: url('../../icons/images/editorIconsEnabled.png');
+ background-repeat: no-repeat;
+ width: 18px;
+ height: 18px;
+ text-align: center;
+}
+.tundra .dijitDisabled .dijitEditorIcon {
+ background-image: url('../../icons/images/editorIconsDisabled.png');
+}