- added rapresentante dynamic tag;

- added full user name dynamic tag;
- translated dynamic tags;
- fixed issue related to number form field;
This commit is contained in:
Vitalii Kiiko
2024-11-19 11:46:04 +01:00
parent 7b2a756100
commit 8570c01952
6 changed files with 69 additions and 51 deletions

View File

@@ -102,6 +102,22 @@
color: white;
}
.p-autocomplete-token-label, .p-autocomplete-item.p-highlight {
color: white;
}
.p-autocomplete-token-icon {
path {
fill: white;
}
}
.p-autocomplete-multiple-container {
width: 100%;
}
.p-dropdown-panel, .p-dropdown-panel *, .p-dialog-content {
overscroll-behavior: contain;
}
.p-dialog-content {
padding: 1rem 1.5rem;
}