From 81b28f92972e48b21e0c501f26e7160a49ac1c8a Mon Sep 17 00:00:00 2001 From: Jarek Radosz Date: Sat, 2 Feb 2019 14:50:02 +0100 Subject: [PATCH] Fix message composer icons in light full-vibrancy --- css/browser.css | 7 +++++++ css/vibrancy.css | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/css/browser.css b/css/browser.css index b26687fe6..df9f8fecd 100644 --- a/css/browser.css +++ b/css/browser.css @@ -288,3 +288,10 @@ a, .fbPageBanner { display: none !important; } + +/* Message composer buttons */ +a._4rv6, /* "Choose a sticker" */ +a._4ce_ { /* "Play a game" */ + opacity: 1 !important; + filter: invert(0.66); +} diff --git a/css/vibrancy.css b/css/vibrancy.css index baaee9527..8efc24997 100644 --- a/css/vibrancy.css +++ b/css/vibrancy.css @@ -169,4 +169,12 @@ html.full-vibrancy.dark-mode ._2y8y { background: transparent !important; } +/* Message composer buttons */ +html.full-vibrancy ._39bj { + filter: brightness(0.8); +} +html.full-vibrancy.dark-model ._39bj { + filter: brightness(1); +} + /* -- BLOCK END: full-window vibrancy -- */