From 51913320d28b14e9cc0ade8697cd95ef1d4edebc Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Sun, 21 Apr 2024 23:07:55 -0400 Subject: [PATCH] Adding user-selectable waterfall color theme. --- htdocs/css/openwebrx.css | 4 +++ htdocs/gfx/svg-defs.svg | 1 + htdocs/index.html | 12 +++++++ htdocs/lib/UI.js | 72 ++++++++++++++++++++++++++++++++++++++++ htdocs/openwebrx.js | 11 +++--- 5 files changed, 94 insertions(+), 6 deletions(-) diff --git a/htdocs/css/openwebrx.css b/htdocs/css/openwebrx.css index bc34f2c9..8c54b8e5 100644 --- a/htdocs/css/openwebrx.css +++ b/htdocs/css/openwebrx.css @@ -919,6 +919,10 @@ img.openwebrx-mirror-img font-size: 10pt; } +#openwebrx-wf-themes-listbox { + font-size: 10pt; +} + #openwebrx-cursor-blink { animation: cursor-blink 1s infinite; diff --git a/htdocs/gfx/svg-defs.svg b/htdocs/gfx/svg-defs.svg index f0228e0a..02e8330f 100644 --- a/htdocs/gfx/svg-defs.svg +++ b/htdocs/gfx/svg-defs.svg @@ -35,5 +35,6 @@ + diff --git a/htdocs/index.html b/htdocs/index.html index f1fc45ff..a07726bc 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -296,6 +296,18 @@ +
+
+ +
+ +