From 2d0080abbae2c47fd3c0576c8782c8b872e2c318 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Wed, 3 Jun 2020 13:15:13 -0300 Subject: [PATCH] Fix WhatsApp search in dark themes --- firefox/chrome/userContent.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/firefox/chrome/userContent.css b/firefox/chrome/userContent.css index fed6c53..c2111d9 100644 --- a/firefox/chrome/userContent.css +++ b/firefox/chrome/userContent.css @@ -187,3 +187,9 @@ color: #fffffd !important; } } + +@-moz-document url-prefix("https://web.whatsapp.com/") { + [title="Search or start new chat"] { + background-color: transparent; + } +}