Fixup various state issues in the app archive restore dialog

This commit is contained in:
Johannes Zellner
2025-04-24 20:42:52 +02:00
parent 00ca21243b
commit ff195ad272
2 changed files with 14 additions and 6 deletions

View File

@@ -175,6 +175,13 @@ tr:hover .table-actions {
font-size: 12px;
}
.error-label {
margin-top: 6px;
color: var(--pankow-color-danger);
font-weight: bold;
font-size: 12px;
}
.view-header {
display: flex;
flex-wrap: wrap;