From c875f70fb4c1124a4d35458c5ee28dcc4a14358f Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Mon, 25 Aug 2025 10:47:35 +0100 Subject: [PATCH] [mod] css --- webapp/static/clients/codemirror/index.html | 37 ++++++++++----------- webapp/static/clients/codemirror/styles.css | 4 +++ 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/webapp/static/clients/codemirror/index.html b/webapp/static/clients/codemirror/index.html index 0acc286..d0b3fbd 100644 --- a/webapp/static/clients/codemirror/index.html +++ b/webapp/static/clients/codemirror/index.html @@ -41,7 +41,7 @@
-
+
(msgs)
- +
  • -
-
- - - - - +
+ + + + + + - + - + diff --git a/webapp/static/clients/codemirror/styles.css b/webapp/static/clients/codemirror/styles.css index b89a53c..428bd03 100644 --- a/webapp/static/clients/codemirror/styles.css +++ b/webapp/static/clients/codemirror/styles.css @@ -24,3 +24,7 @@ padding-top: 4px; padding-bottom: 4px; } +dialog > header +{ + background-color: burlywood; +} \ No newline at end of file