diff options
author | n-peugnet <n.peugnet@free.fr> | 2019-10-21 21:47:24 +0200 |
---|---|---|
committer | n-peugnet <n.peugnet@free.fr> | 2019-10-21 21:49:12 +0200 |
commit | 088b5ce3a8bd61b2031ae57be7d48973a38ee16f (patch) | |
tree | 1d6ff6a0eed9fb97a8268b1857f8a35bdb59660f /assets/css | |
parent | 9250000af69b5c0ddc73537ec40573df68283dcc (diff) | |
download | wcms-088b5ce3a8bd61b2031ae57be7d48973a38ee16f.tar.gz wcms-088b5ce3a8bd61b2031ae57be7d48973a38ee16f.zip |
add all other highlited editors
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/edit.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index 85b1e07..7b881df 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -116,7 +116,7 @@ body { left: 0px; width: 100%; height: 100%; - display: none; + visibility: hidden; } .checkboxtab @@ -147,7 +147,7 @@ body { .checkboxtab:checked ~.content { - display: block; + visibility: visible; } @@ -376,6 +376,7 @@ div#thumbnail img { /* Custom CodeMirror CSS */ .CodeMirror { height: 100% !important; + cursor: text; } |