summaryrefslogtreecommitdiff
path: root/src/editor/simple/editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/editor/simple/editor.css')
-rw-r--r--src/editor/simple/editor.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/editor/simple/editor.css b/src/editor/simple/editor.css
index 56cfd5adb..a1f48d32c 100644
--- a/src/editor/simple/editor.css
+++ b/src/editor/simple/editor.css
@@ -27,9 +27,10 @@ td.right { text-align: right; }
div.indent { padding-left: 1em; min-width: 1em; min-height: 1em; }
+/*
div.fun, div.param, div.lincat, div.oper, div.lin
{ padding-left: 2em; text-indent: -2em; }
-
+*/
.more, .delete { font-weight: bold; font-family: sans-serif; }
.more, .delete, .edit { cursor: pointer; }
@@ -71,4 +72,6 @@ table.tabs input[type=button] {
font-size: inherit;
font-weight: bold;
/*text-decoration: underline;*/
-} \ No newline at end of file
+}
+
+input.string_edit { font-family: inherit; font-size: inherit; } \ No newline at end of file