Property reference
glide.email.dropped_attachments.message.styles
The glide.email.dropped_attachments.message.styles property defines the CSS styles for the informational header note in emails when attachments are dropped. Admins should review this property to customize the appearance of notifications related to dropped attachments, enhancing user experience.
Default: <style>
#snc_notification_dropped_attachments_note {
position: relative;
left: 0;
right: 0;
word-wrap: break-word;
border-radius: 6px;
background: rgb(189, 220, 242);
vertical-align: middle;
padding-left: 20px;
padding-right: 20px;
border-color: rgb(94, 171, 223);
border-style: solid;
}</style>
Type: string
Application: Global