[geary/cherry-pick-52c3c42e] Merge branch 'wip/573-white-on-white-webkitgtk' into 'mainline'
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/cherry-pick-52c3c42e] Merge branch 'wip/573-white-on-white-webkitgtk' into 'mainline'
- Date: Sat, 28 Sep 2019 13:15:15 +0000 (UTC)
commit d5f172c31e110ae15a3e22078ef9676a74d90601
Author: Michael Gratton <mike vee net>
Date: Sat Sep 28 13:14:24 2019 +0000
Merge branch 'wip/573-white-on-white-webkitgtk' into 'mainline'
Specify default HTML colours for composer & conversation viewer
Closes #573
See merge request GNOME/geary!309
(cherry picked from commit 52c3c42e23ceac60c43cf23a495dba7fee7614ee)
dedcb65b Specify default HTML colours for composer & conversation viewer
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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]