novy prehled prirazovani IP apod.

This commit is contained in:
JiriUhlir
2026-07-30 07:13:12 +02:00
parent 6beca6f79a
commit f67a3fc993
8 changed files with 1230 additions and 16 deletions
+23
View File
@@ -483,6 +483,29 @@ button:hover,
background: #f3f5f7;
}
/* Pravidla z katalogu IP adres: IP/CIDR a popis se spravují centrálně, tady jen ke čtení. */
.ip-rule-row input[readonly] {
background: #f3f5f7;
color: var(--muted);
cursor: not-allowed;
}
/* Hromadné akce nad maticí přiřazení (označit vše / nastavit metody všem). */
.assignment-tools {
margin: 12px 0;
padding: 10px 12px;
background: #eef6f9;
border: 1px solid var(--border);
border-radius: 10px;
}
.assignment-tools label {
font-size: 13px;
font-weight: 700;
color: var(--secondary);
margin-left: 8px;
}
.info-dot {
position: relative;
display: inline-flex;