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 %}