summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Boles <dboles.src@gmail.com>2018-06-20 19:37:45 +0100
committerDaniel Boles <dboles.src@gmail.com>2018-06-20 19:37:45 +0100
commit848a524d95591c700aeeda783c35504c394820ba (patch)
tree13b842fae1d4bb97d0b10802e68deaf7eae1d75c
parent7f91af251699f1fc1ad7deece235ce827c725bd7 (diff)
downloadgtk+-848a524d95591c700aeeda783c35504c394820ba.tar.gz
Adwaita: Regenerate CSS for emoji completion popup
Commit 65bb238a3f0075d88f6dd82e76de1e86946db001 forgot this bit.
-rw-r--r--gtk/theme/Adwaita/gtk-contained-dark.css10
-rw-r--r--gtk/theme/Adwaita/gtk-contained.css10
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! */
/*