chore: Remove "no attachments" text shadow

This commit is contained in:
Rene Hampölz 2023-05-28 16:44:16 +00:00
parent 23572a1272
commit 9ab9a6c9e5

View file

@ -1698,6 +1698,10 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
background: unset;
}
#rl-app #V-PopupsCompose .no-attachments-desc {
text-shadow: unset;
}
#rl-app #V-PopupsCompose .attachmentAreaParent {
border-color: var(--color-border);
}