From 8620df907e79ece3cfdadc0accab6619a383edf3 Mon Sep 17 00:00:00 2001 From: djmaze Date: Wed, 7 Apr 2021 14:48:12 +0200 Subject: [PATCH] Bugfix: composer attachments hard to see in dark mode --- dev/Styles/Compose.less | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev/Styles/Compose.less b/dev/Styles/Compose.less index 322450ec6..5cab01450 100644 --- a/dev/Styles/Compose.less +++ b/dev/Styles/Compose.less @@ -18,14 +18,9 @@ } .attachmentAreaParent { - padding: 10px 10px 6px 10px; - background: #ddd; border-top: 1px solid #ccc; - overflow-y: auto; - } - - .attachmentAreaParent { + padding: 10px 10px 6px 10px; .no-attachments-desc { padding: 50px 10px;