diff --git a/lirc/webif/templates/index.html b/lirc/webif/templates/index.html index 9b63d72c9..c9d606d18 100755 --- a/lirc/webif/templates/index.html +++ b/lirc/webif/templates/index.html @@ -20,10 +20,47 @@ .shng_button_highlight{ background-color: green; } + .checkmark { + background-color: green; + color: white; + } + .checkmark:hover { + background-color: darkgreen; + color: white; + } + .issue { + background-color: red; + color: white; + } + .issue:hover { + background-color: darkred; + color: white; + } {% endblock pluginstyles %} {% block pluginscripts %}