From 6ceedddbc134c8f77774d54f16990a1374cd45be Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 25 Jan 2024 17:05:01 +0300 Subject: [PATCH] 0.1.346 add border for input_list. Change color and width for scroll-bar v2 --- static/css/styles(boris).css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index d90f151..a0394f8 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1033,7 +1033,7 @@ .from_address_point_txt.find_route.first.w_100{ width: calc(100% - 35px); - border-right: 1px solid #E6E6E6; + border-right: 2px solid #E6E6E6; } .from_address_point_txt.post_route.first.w_100{ @@ -1089,7 +1089,7 @@ .input_list.find_route.show{ display: block; - border: 1px solid #E6E6E6; + border: 2px solid #E6E6E6; border-top: hidden; }