Get quick info about a banned IP (Host, Banlist, Location)

This commit is contained in:
vaspar 2024-02-02 16:36:40 +02:00
commit edfea0d259
5 changed files with 231 additions and 1 deletions

View file

@ -4236,3 +4236,29 @@ div.ui-dialog + div div{
padding: 5px 10px !important;
border-radius: 13px;
}
.get-ip-info-btn {
cursor: pointer;
margin-left: 10px;
}
.get-ip-info-btn:hover {
color: #000000;
}
.get-ip-info-btn + .get-ip-info-result {
margin: 10px 0;
}
.get-ip-info-btn + .get-ip-info-result dl dt {
font-weight: bold;
}
.get-ip-info-btn + .get-ip-info-result dl dd {
margin: 0 0 10px 0;
}
.get-ip-info-btn + .get-ip-info-result dl .fa-exclamation-triangle {
color: red;
}
.get-ip-info-btn + .get-ip-info-result dl .fa-check-circle {
color: green;
}
.get-ip-info-btn + .get-ip-info-result dl .fa-exclamation-circle {
color: orange;
}