From 8e272012b6c77bf60b161486ddde65495fc02bea Mon Sep 17 00:00:00 2001 From: gilbN <24592972+gilbN@users.noreply.github.com> Date: Fri, 26 Mar 2021 00:05:12 +0100 Subject: [PATCH] small accent fix --- CSS/themes/petio/petio-base.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CSS/themes/petio/petio-base.css b/CSS/themes/petio/petio-base.css index b970277f..b2533481 100644 --- a/CSS/themes/petio/petio-base.css +++ b/CSS/themes/petio/petio-base.css @@ -150,7 +150,7 @@ p a, } .filter--action { - background: rgba(var(--accent-color),.3); + background: rgba(var(--accent-color), .3); } /* DASH */ @@ -260,6 +260,12 @@ input:not([type=checkbox]):not(.styled-input--input):not([type=file]), background: rgb(255 255 255 / 10%); } +.search-form input:focus { + background: hsla(0, 0%, 100%, .1) !important; + color: var(--text-color-hover) !important; + border-bottom: 2px solid rgba(0, 0, 0, 0) !important; +} + /* PLACEHOLDER TEXT */ ::placeholder { color: var(--text) !important;