[gtk/gtk-3-24] Adwaita: Regenerate CSS for emoji completion popup



commit 848a524d95591c700aeeda783c35504c394820ba
Author: Daniel Boles <dboles src gmail com>
Date:   Wed Jun 20 19:37:45 2018 +0100

    Adwaita: Regenerate CSS for emoji completion popup
    
    Commit 65bb238a3f0075d88f6dd82e76de1e86946db001 forgot this bit.

 gtk/theme/Adwaita/gtk-contained-dark.css | 10 ++++++++--
 gtk/theme/Adwaita/gtk-contained.css      | 10 ++++++++--
 2 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index 5768cb2a64..858a957006 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -1930,9 +1930,15 @@ button.emoji-section:hover label { opacity: 0.775; }
 
 button.emoji-section:checked label { opacity: 1; }
 
-.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
+popover.emoji-picker .emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
 
-.emoji :hover { background: #215d9c; }
+popover.emoji-picker .emoji :hover { background: #215d9c; }
+
+popover.emoji-completion arrow { border: none; background: none; }
+
+popover.emoji-completion contents row box { border-spacing: 10px; padding: 2px 10px; }
+
+popover.emoji-completion .emoji:hover { background: #3f4649; }
 
 /* GTK NAMED COLORS ---------------- use responsibly! */
 /*
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 382e8d7d29..123d2d3355 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -1950,9 +1950,15 @@ button.emoji-section:hover label { opacity: 0.775; }
 
 button.emoji-section:checked label { opacity: 1; }
 
-.emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
+popover.emoji-picker .emoji { font-size: x-large; padding: 6px; border-radius: 6px; }
 
-.emoji :hover { background: #4a90d9; }
+popover.emoji-picker .emoji :hover { background: #4a90d9; }
+
+popover.emoji-completion arrow { border: none; background: none; }
+
+popover.emoji-completion contents row box { border-spacing: 10px; padding: 2px 10px; }
+
+popover.emoji-completion .emoji:hover { background: #f4f4f4; }
 
 /* GTK NAMED COLORS ---------------- use responsibly! */
 /*


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]