diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 2e680f71..dd2401b1 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -626,6 +626,7 @@ pre, code, tt, #doc, #doc>code { overflow: hidden; width: 0; height: 0; + color: var(--bg); } html .ayjump:focus { z-index: 80386; diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index ff4bc894..424343d3 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -1643,16 +1643,16 @@ modal.load(); // toolbar ebi('ops').innerHTML = ( - '--' + - '🔎' + - (have_del ? '🧯' : '') + - '🚀' + - '🎈' + - '📂' + - '📝' + - '📟' + - '🎺' + - '⚙️' + + '--' + + '🔎' + + (have_del ? '🧯' : '') + + '🚀' + + '🎈' + + '📂' + + '📝' + + '📟' + + '🎺' + + '⚙️' + (IE ? '' + L.ot_noie + '' : '') + '
' );