IP Manager überarbeitet

This commit is contained in:
ecki
2026-03-27 14:50:03 +01:00
parent 0329c67904
commit 89ce86eb4a
7 changed files with 275 additions and 13 deletions
+41
View File
@@ -122,3 +122,44 @@ color:#555;
margin-left:30px;
color:#555;
}
.clickable{
cursor:pointer;
}
.clickable:hover{
color:#1e3a8a;
text-decoration:underline;
}
#lastUpdate{
font-size:13px;
margin-bottom:10px;
}
#ipList div{
display:flex;
align-items:center;
margin-bottom:6px;
}
#ipList .ip{
flex:1;
}
#ipList button{
margin-left:6px;
font-size:11px;
}
#ipForm.edit-mode{
border:2px solid #3b82f6;
padding:10px;
border-radius:6px;
background:#eef4ff;
}
.ip.public{
background:#22c55e;
color:white;
font-weight:bold;
}