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;