From 522cdc68733dddc173787afe9dea330d8f8beae5 Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Date: Thu, 20 Jun 2024 17:09:26 +0530 Subject: [PATCH] style: emoji picker search section consistency (#4889) --- web/styles/globals.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/web/styles/globals.css b/web/styles/globals.css index 751be587d..bfcd8b6c0 100644 --- a/web/styles/globals.css +++ b/web/styles/globals.css @@ -678,3 +678,17 @@ div.web-view-spinner div.bar12 { .disable-autofill-style:-webkit-autofill:active { -webkit-background-clip: text; } + +.epr-search-container > input { + background-color: rgb(var(--color-background-90)) !important; + color: rgb(var(--color-text-100)) !important; + border: none !important; +} + +.epr-search-container > input::placeholder { + color: rgb(var(--color-text-400)) !important; +} + +.epr-search-container > .epr-icn-search { + color: rgb(var(--color-text-400)) !important; +}