mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-26 19:57:17 +02:00
lots
This commit is contained in:
parent
3b393be4f4
commit
0b96026602
17 changed files with 458 additions and 38 deletions
18
ang/crmContactcats.css
Normal file
18
ang/crmContactcats.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue