From 63e49417a7059898441bf1d1976e1838eedaf049 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Wed, 13 Oct 2021 22:15:35 +0200 Subject: [PATCH] UU fix for door sensor --- www/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/css/style.css b/www/css/style.css index 76f2cf6..adf49a7 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -159,6 +159,10 @@ nav #usermenu li:first-child:hover { margin: 4px 4px; color: white; } +#doorIndicator:hover { + background-color: #224466; + cursor: pointer; +} .doorIndicator_OPEN { border: 2px solid green; } .doorIndicator_CLOSED { border: 2px dotted red; }