Neue Version in den Header

This commit is contained in:
2026-02-12 11:44:09 +01:00
parent 3edc0fe60c
commit b6c8ca1df1
3 changed files with 21 additions and 0 deletions

View File

@@ -976,6 +976,20 @@ table input[type="text"] {
margin-bottom: 10px;
}
.employee-new-version-warning {
display: inline-block;
margin-left: 10px;
padding: 2px 8px;
font-size: 12px;
font-weight: 700;
color: #e74c3c;
background-color: #fee;
border: 1px solid #e74c3c;
border-radius: 999px;
vertical-align: middle;
line-height: 1.6;
}
.employee-details {
font-size: 14px;
color: #666;