Add domain edit form validation

This commit is contained in:
Johannes Zellner
2025-01-29 12:15:53 +01:00
parent 74f4849144
commit 60140087a5
2 changed files with 110 additions and 69 deletions

View File

@@ -150,8 +150,9 @@ tr:hover .table-actions {
.actionable {
cursor: pointer;
color: var(--pankow-color-primary);
}
.actionable:hover {
color: var(--pankow-color-primary);
color: var(--pankow-color-primary-hover);
}