comparison .cms/lib/codemirror/test/mode_test.css @ 0:78edf6b517a0 draft

24.10
author Coffee CMS <info@coffee-cms.ru>
date Fri, 11 Oct 2024 22:40:23 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:78edf6b517a0
1 .mt-output .mt-token {
2 border: 1px solid #ddd;
3 white-space: pre;
4 font-family: "Consolas", monospace;
5 text-align: center;
6 }
7
8 .mt-output .mt-style {
9 font-size: x-small;
10 }
11
12 .mt-output .mt-state {
13 font-size: x-small;
14 vertical-align: top;
15 }
16
17 .mt-output .mt-state-row {
18 display: none;
19 }
20
21 .mt-state-unhide .mt-output .mt-state-row {
22 display: table-row;
23 }