From bb0386e95274948d4cf9ff358b830f954d5deb4d Mon Sep 17 00:00:00 2001 From: n0obHere <156116672+n0obHere@users.noreply.github.com> Date: Sat, 22 Feb 2025 22:39:08 -0500 Subject: [PATCH] Align search input text field with buttons (#7251) --- themes/default/css.php | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/css.php b/themes/default/css.php index c3f0b40cb4..b2d13c6882 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -2188,6 +2188,7 @@ else { //default: white -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; transition: all 0.25s ease; + vertical-align: middle; } input[type=text].list-search:focus {