From 6fa2434d4f789c700e68d03f283687f242223260 Mon Sep 17 00:00:00 2001 From: sanoojes Date: Sat, 1 Jun 2024 15:09:03 +0530 Subject: [PATCH] feat: add styles to search bar in global nav --- app.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/app.css b/app.css index 5fee8bc..44fb349 100644 --- a/app.css +++ b/app.css @@ -611,12 +611,13 @@ SEARCH BAR background: rgba(0,0,0,0.2) !important; } +.x-searchInput-searchInputInput, +.main-globalNav-searchInputContainer input, .NtkAQg9R1r5CjuP0XHwl, .NtkAQg9R1r5CjuP0XHwl:hover { background-color: var(--backdrop) !important; - border-radius: 4px; height: 32px; - border-radius: 8px; + border-radius: var(--button-border) !important; transition: 0.2s ease } @@ -1042,6 +1043,13 @@ HOME VIEW box-shadow: none; } +/* For buttons inside the Search Container */ +.main-globalNav-searchContainer button{ + background-color: var(--backdrop) !important; + border-radius:var(--button-border) !important; + transition: 0.2s ease; +} + /*------ SETTINGS ------*/