From dedcb65b10de91f568de36c29130b16f97aae989 Mon Sep 17 00:00:00 2001 From: Michael Gratton Date: Wed, 25 Sep 2019 20:40:51 +1000 Subject: [PATCH] Specify default HTML colours for composer & conversation viewer Work around for https://bugs.webkit.org/show_bug.cgi?id=202194 Fixes #573 --- ui/composer-web-view.css | 6 +++--- ui/conversation-web-view.css | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ui/composer-web-view.css b/ui/composer-web-view.css index a5344c10..21fde84e 100644 --- a/ui/composer-web-view.css +++ b/ui/composer-web-view.css @@ -7,7 +7,8 @@ body { margin: 0 !important; border: 0 !important; padding: 0 !important; - background-color: #f9f9f9 !important; + color: black; + background-color: #f9f9f9; font-size: medium !important; } @@ -16,7 +17,6 @@ body.plain, body.plain * { font-weight: normal; font-style: normal; font-size: medium !important; - color: black; text-decoration: none; } @@ -43,7 +43,7 @@ body > div#geary-quote { } body > div.geary-focus { - background-color: white !important; + background-color: white; } body > div#geary-signature.geary-focus, diff --git a/ui/conversation-web-view.css b/ui/conversation-web-view.css index 9fad89ae..d4786b4a 100644 --- a/ui/conversation-web-view.css +++ b/ui/conversation-web-view.css @@ -11,6 +11,9 @@ } html { + color: black; + background-color: white; + /* Trigger CSS 2.1 ยง 10.6.7 to get a shrink-wrapped height. */ position: absolute !important; top: 0 !important;