From ff58c07ca63c7b091bd3bc48c73fed218b1ceb50 Mon Sep 17 00:00:00 2001 From: SBD Date: Wed, 15 Jan 2025 21:07:52 +0300 Subject: [PATCH] 0.0.36 forms --- static/v2/css/widgets/w_select_country.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/v2/css/widgets/w_select_country.css b/static/v2/css/widgets/w_select_country.css index 5807be4..cba15ce 100644 --- a/static/v2/css/widgets/w_select_country.css +++ b/static/v2/css/widgets/w_select_country.css @@ -56,7 +56,7 @@ top: var(--select-height); width: 100%; background: #FFFFFF; - border: 1px solid var(--select-border); + border: 2px solid var(--select-border); border-top: none; border-radius: 0 0 10px 10px; box-sizing: border-box;