From: moisseev Date: Thu, 16 Jul 2020 11:08:58 +0000 (+0300) Subject: [Minor] Tune Prism show-invisibles plugin X-Git-Tag: 2.6~231^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fab37369094c37475db5e13ec1f6b6b4ba3c4fe1;p=thirdparty%2Frspamd.git [Minor] Tune Prism show-invisibles plugin --- diff --git a/interface/css/rspamd.css b/interface/css/rspamd.css index 5fefb4b9ab..250e98b328 100644 --- a/interface/css/rspamd.css +++ b/interface/css/rspamd.css @@ -561,4 +561,16 @@ textarea#editor { resize: unset !important; tab-size: 4; overflow-y: visible !important; + -moz-tab-size: 4; +} + +/* Prism show-invisibles plugin overrides */ +.token.tab:not(:empty)::before { + content: "\23af\27F6"; +} +/* Temporarily remove CR and LF tokens as they overflow line width */ +.token.cr::before, +.token.crlf::before, +.token.lf::before { + content: ""; }