Merge branch 'master' into fronkdev

This commit is contained in:
Frank Schubert
2025-02-25 20:34:31 +01:00
11 changed files with 509 additions and 61 deletions

View File

@@ -782,3 +782,11 @@ td.controls {
width: 100% !important;
max-width: 100% !important;
}
.chevron-icon::before {
content: "\f077";
}
.collapsed .chevron-icon::before {
content: "\f078";
}