From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../sourceeditor/test/codemirror/mode_test.css | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 devtools/client/sourceeditor/test/codemirror/mode_test.css (limited to 'devtools/client/sourceeditor/test/codemirror/mode_test.css') diff --git a/devtools/client/sourceeditor/test/codemirror/mode_test.css b/devtools/client/sourceeditor/test/codemirror/mode_test.css new file mode 100644 index 000000000..f83271b4e --- /dev/null +++ b/devtools/client/sourceeditor/test/codemirror/mode_test.css @@ -0,0 +1,23 @@ +.mt-output .mt-token { + border: 1px solid #ddd; + white-space: pre; + font-family: "Consolas", monospace; + text-align: center; +} + +.mt-output .mt-style { + font-size: x-small; +} + +.mt-output .mt-state { + font-size: x-small; + vertical-align: top; +} + +.mt-output .mt-state-row { + display: none; +} + +.mt-state-unhide .mt-output .mt-state-row { + display: table-row; +} -- cgit v1.2.3