Hi,
I would like to change the highlighting of unread emails. I use this method:
Thanks
I would like to change the highlighting of unread emails. I use this method:
- Create a file custom/Espo/Custom/Resources/metadata/app/client.json with code:
Code:
{ "cssList": [ "client\custom\css\file.css" ] }
- Ceate a file client\custom\css\espo-vertical-custom.css with code:
Code:
.link { color: red; text-decoration: none; }
Thanks
Comment