[geary/geary-0.12] Fix message body quote button styling under WebKitGTK 2.20.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/geary-0.12] Fix message body quote button styling under WebKitGTK 2.20.
- Date: Wed, 11 Apr 2018 04:01:41 +0000 (UTC)
commit 75db8ae1c5e4b273811c80515856b624aba65e9b
Author: Michael James Gratton <mike vee net>
Date: Wed Apr 11 14:00:15 2018 +1000
Fix message body quote button styling under WebKitGTK 2.20.
* ui/conversation-web-view.css: Replace bogus ">>" with simple descendent
selector.
ui/conversation-web-view.css | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ui/conversation-web-view.css b/ui/conversation-web-view.css
index 81a4d1f..4480843 100644
--- a/ui/conversation-web-view.css
+++ b/ui/conversation-web-view.css
@@ -144,7 +144,7 @@ pre {
display: block;
}
- .geary-quote-container >> .geary-button {
+ .geary-quote-container .geary-button {
display: block;
width: 100%;
height: 16px;
@@ -174,7 +174,7 @@ pre {
text-shadow: 0 1px rgba(255, 255, 255, 0.76923);
box-shadow: inset 0 1px rgba(255, 255, 255, 0.8); }
}
- .geary-quote-container >> .geary-button:hover {
+ .geary-quote-container .geary-button:hover {
/* Likewise the properties below also workaround WK Bug 166648,
* and taken from gtk/theme/Adwaita/gtk-contained.css. */
color: #2e3436;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]