geoip and config editor online

This commit is contained in:
2026-05-17 15:38:10 +00:00
parent f4a88035ee
commit 1293bafffa
25 changed files with 1645 additions and 31 deletions
+16
View File
@@ -433,6 +433,22 @@ a.stat-card:hover { background: var(--s-700); cursor: pointer; }
}
.btn-ghost:hover { color: #c9d1d9; border-color: rgba(255,255,255,0.15); }
.btn-danger {
display: inline-flex; align-items: center; gap: 6px;
padding: 7px 16px;
background: var(--threat);
color: #fff;
font-size: 12px;
font-weight: 600;
border: none;
border-radius: 6px;
cursor: pointer;
transition: background 0.15s;
white-space: nowrap;
}
.btn-danger:hover { background: #e03030; }
.btn-danger:active { transform: scale(0.97); }
.btn-danger-sm {
padding: 3px 10px;
font-size: 11px;