This commit is contained in:
Rich Lott / Artful Robot 2024-02-28 13:00:56 +00:00
parent 3b393be4f4
commit 0b96026602
17 changed files with 458 additions and 38 deletions

18
ang/crmContactcats.css Normal file
View file

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