File modules/template_engine/components/html/component_editor/editor.less

Last commit: Wed Oct 14 22:20:22 2020 +0200	Jan Dankert	Refactoring: Renamed component folders, because 'if' is no valid namespace fragment.
1 2 .editor__text-editor { 3 width:100%; 4 height:300px; 5 } 6 7 /* ACE-Editor */ 8 textarea.editor__code-editor { 9 display:none; /* Textarea nicht anzeigen, da durch Editor im DIV ersetzt */ 10 } 11 12 13 div.editor__code-editor 14 { 15 position: absolute; 16 height: 500px; 17 width: 100%; 18 font-size:14px; 19 z-index: 256; 20 } 21 22 23 24 textarea.editor__text-editor, 25 textarea.editor__wiki-editor, 26 textarea.editor__html-editor 27 { 28 width:100%; 29 } 30 31 32 a.editorlink:active, 33 a.editorlink:hover 34 { 35 font-weight:normal; 36 text-decoration:none; 37 } 38 39 a.editorlink:link, 40 a.editorlink:visited 41 { 42 font-weight:normal; 43 text-decoration:none; 44 } 45
Download modules/template_engine/components/html/component_editor/editor.less
History Wed, 14 Oct 2020 22:20:22 +0200 Jan Dankert Refactoring: Renamed component folders, because 'if' is no valid namespace fragment.