Optimized Userfield save event handling (fixes #2458)

This commit is contained in:
Bernd Bestel
2025-01-13 21:00:06 +01:00
parent a734d1c3ae
commit c8ccc0b529
26 changed files with 184 additions and 105 deletions

View File

@@ -362,8 +362,12 @@ html {
min-height: inherit;
}
.dropdown-toggle::after {
margin-left: -0.15em !important;
.dropdown-toggle:after {
vertical-align: 0;
margin: 0;
border: none;
content: '\f107';
font-family: 'Font Awesome 6 Free';
}
/* Third party component customizations - Tempus Dominus */