From 8f6c72ac2848a8b3e9880712670a92c4a295b10e Mon Sep 17 00:00:00 2001 From: krzys-h Date: Fri, 8 Jun 2018 18:38:32 +0200 Subject: [PATCH] Fix search bar color when clicking on it --- xp.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/xp.css b/xp.css index 72c21e2..0afd394 100644 --- a/xp.css +++ b/xp.css @@ -130,6 +130,13 @@ body:not([class]) .container::after { inset 0 -1px rgba(255, 255, 255, 0.1) !important; } +.Header .header-search-wrapper .jump-to-field-active { + color: inherit !important; + background-color: rgba(255, 255, 255, 0.025); + border-bottom-right-radius: inherit; + border-bottom-left-radius: inherit; +} + .jump-to-suggestions { top: auto !important; bottom: 35px;