mirror of
https://github.com/myvesta/vesta
synced 2025-08-20 21:34:12 -07:00
Get quick info about a banned IP (Host, Banlist, Location)
This commit is contained in:
parent
560fa67c4b
commit
edfea0d259
5 changed files with 231 additions and 1 deletions
26
web/css/styles.min.css
vendored
26
web/css/styles.min.css
vendored
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue