From 130ae2d7736ff54fb282ccbfafb83329a46ab4d0 Mon Sep 17 00:00:00 2001 From: Marcus Funch Date: Sat, 31 May 2025 19:28:49 +0200 Subject: [PATCH] Fix vertical alignment of search button --- view/theme/frio/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index e20add6d67..2488b02c03 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -2460,7 +2460,7 @@ input[type="range"].form-control { .form-group-search .form-button-search { position: absolute; - top: 4px; + top: 2px; right: 4px; border-radius: 30px; }