Add redundant contact_id field for search kit/form builder; add index on category field...

This commit is contained in:
Rich Lott / Artful Robot 2024-02-28 17:18:46 +00:00
parent 9fee48603b
commit 7b611c343f
7 changed files with 113 additions and 29 deletions

View file

@ -1,18 +1,22 @@
/* Add any CSS rules for Angular module "crmContactcats" */
crm-contact-category-settings ol {
padding:0;
padding: 0;
}
crm-contact-category-settings ol li {
display: flex;
padding:0.5em 0;
padding: 0.5em 0;
align-items: flex-end;
gap: 1em;
}
crm-contact-category-settings li label {
display: block;
}
crm-contact-category-settings .name-input-wrapper {
flex: 0 1 29ch;
}
crm-contact-category-settings .hint {
display:none;
display: none;
}
crm-contact-category-settings .name-input-wrapper:focus-within .hint {
display:block;
display: block;
}