From e3c372cd990d192bf671ffc0e95a4518d23b16cb Mon Sep 17 00:00:00 2001 From: Pierre de Villemereuil Date: Fri, 8 Nov 2019 21:11:58 +0100 Subject: [PATCH] Change background of attachment This change makes the background of attachment render better on several levels of gray background of a dark theme, using lighter gray and transparency. Looks better (IMHO) on Arc Dark and still looks great on Breeze Dark. --- kmail-enhanced-dark/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kmail-enhanced-dark/style.css b/kmail-enhanced-dark/style.css index f6bfb46..6ea8cf5 100644 --- a/kmail-enhanced-dark/style.css +++ b/kmail-enhanced-dark/style.css @@ -74,7 +74,7 @@ div#headerbox div.theactionbigcell{ div#attachmentInjectionPoint div{ color: #FFFFFF; - background-color: #141414 !important; + background-color: #30303050 !important; padding: 3px; } div#attachmentInjectionPoint span{ @@ -101,4 +101,4 @@ div#attachmentInjectionPoint div{ color: black !important; background-color: white !important; } -} \ No newline at end of file +}