Adwaita: Regenerate CSS for emoji completion popup

Commit 65bb238a3f forgot this bit.
This commit is contained in:
Daniel Boles 2018-06-20 19:37:45 +01:00
parent 7f91af2516
commit 848a524d95
2 changed files with 16 additions and 4 deletions

View File

@ -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! */
/*

View File

@ -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! */
/*