PluginProbe
WP Coder – Insert & Manage Code Snippets / 4.3
WP Coder – Insert & Manage Code Snippets v4.3
4.5.1 1.1 2.3.1 2.3.2 2.4.1 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 3.2 3.2.1 3.3 3.4 3.5 3.5.1 All 39 releases
wp-coder / assets / js / codemirror / editor.css

editor.css in WP Coder – Insert & Manage Code Snippets 4.3, at assets/js/codemirror/editor.css

18 lines 429 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .CodeMirror {
2 padding: 10px;
3 font-size: 1rem;
4 line-height: 1.5;
5 }
6
7 .CodeMirror-activeline-background {
8 background: rgba(200, 200, 255, 0.2); /* або під тему */
9 }
10
11 #wp-content-editor-container,
12 #wp-content-editor-tools,
13 #wp-content-wrap { overflow:visible; }
14
15
16 #wp-content-editor-container .CodeMirror { margin-top:32px; }
17
18 #wp-content-editor-container .CodeMirror { resize: vertical; min-height:820px; }