| 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; } |