2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +00:00

72_TA_CMI_JSON: updated css

git-svn-id: https://svn.fhem.de/fhem/trunk@23873 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
delmar 2021-03-01 14:59:16 +00:00
parent 79ae240f2e
commit 5e3b1377f3

View File

@ -511,20 +511,13 @@ sub DetailFn {
width:11px;
height:7px;
}
.headagshow.hand{
background:url("../images/hand.png") no-repeat scroll 0px 19px / 9px 5px;
}
.headagshow.on{
.Auto-On,.Manual-On{
background:#00f000;
border:#000 solid 1px;
border-radius:2px;
}
.headagshow.hand.on{
background:#00f000 url("../images/hand.png") no-repeat scroll 0 19px / 9px 5px;
}
.headag.headagshow.dom{
border:1px solid red;
border-radius:2px;
.Manual-Off{
background-color:lightgray;
}
</style>';