From 7bda85d173efe93ac2b29f4f6c2e4c63bbfbb8f7 Mon Sep 17 00:00:00 2001 From: Onkel Andy Date: Mon, 11 Sep 2023 00:19:11 +0200 Subject: [PATCH] lirc plugin: improve web interface to show feedback of plugin on sending command; remove useless webifpagelength code --- lirc/webif/templates/index.html | 61 ++++++++++++++++++++++++--------- 1 file changed, 45 insertions(+), 16 deletions(-) diff --git a/lirc/webif/templates/index.html b/lirc/webif/templates/index.html index 05db5474d..ae627703f 100755 --- a/lirc/webif/templates/index.html +++ b/lirc/webif/templates/index.html @@ -20,10 +20,39 @@ .shng_button_highlight{ background-color: green; } + .checkmark { + background-color: green; + color: white; + } + .issue { + background-color: red; + color: white; + } {% endblock pluginstyles %} {% block pluginscripts %}