From 088b5ce3a8bd61b2031ae57be7d48973a38ee16f Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 21 Oct 2019 21:47:24 +0200 Subject: add all other highlited editors --- assets/css/edit.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'assets') 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; } -- cgit v1.2.3