diff --git a/webui/apps/docs/src/components/widgets/search.css b/webui/apps/docs/src/components/widgets/search.css index bf64126bd..feb5804c9 100644 --- a/webui/apps/docs/src/components/widgets/search.css +++ b/webui/apps/docs/src/components/widgets/search.css @@ -47,3 +47,13 @@ .DocSearch-Button .DocSearch-Search-Icon { color: #000; } + +.DocSearch-Input { + background: transparent; +} + +.DocSearch-Input:focus { + background: transparent; + border: none; + box-shadow: none; +}