]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Tune Prism show-invisibles plugin
authormoisseev <moiseev@mezonplus.ru>
Thu, 16 Jul 2020 11:08:58 +0000 (14:08 +0300)
committermoisseev <moiseev@mezonplus.ru>
Thu, 16 Jul 2020 11:08:58 +0000 (14:08 +0300)
interface/css/rspamd.css

index 5fefb4b9aba94fb210b436d966c42bd33214375e..250e98b3281ddf71acb0784d787cb7a4f00c3dac 100644 (file)
@@ -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: "";
 }