implemented Webhooks for Operation Mode

This commit is contained in:
schrom01
2022-08-16 03:22:01 +02:00
parent 69d9638456
commit 85ba8cb402
7 changed files with 41 additions and 41 deletions
-19
View File
@@ -57,25 +57,6 @@ td.value{
position: relative;
}
.state{
display: inline;
}
.on_off{
display: none;
color: green;
position: absolute;
background: #bbb;
padding-right: 50px;
padding-left: 5px;
top: -15px;
left: 0px;
z-index: 1;
}
.state:hover + .on_off, .on_off:hover{
display: inline;
}
.outer_dot {