Projects
/
nettsiden-old
Archived
8
0
Fork 0

UU fix for door sensor

This commit is contained in:
Felix Albrigtsen 2021-10-13 22:15:35 +02:00
parent 6c891b3f79
commit 63e49417a7
1 changed files with 4 additions and 0 deletions

View File

@ -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; }