mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-27 07:37:18 +02:00
Add redundant contact_id field for search kit/form builder; add index on category field...
This commit is contained in:
parent
9fee48603b
commit
7b611c343f
7 changed files with 113 additions and 29 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue