From bd9e0fad48d179e45ce3d881d5367863730c97d6 Mon Sep 17 00:00:00 2001 From: ArtemB Date: Thu, 25 Jan 2024 16:50:36 +0300 Subject: [PATCH] 0.1.345 add border for input_list. Change color and width for scroll-bar --- static/css/styles(boris).css | 11 +++++++---- static/css/styles.css | 19 +++++++++++++++++++ 2 files changed, 26 insertions(+), 4 deletions(-) diff --git a/static/css/styles(boris).css b/static/css/styles(boris).css index 6526fee..d90f151 100644 --- a/static/css/styles(boris).css +++ b/static/css/styles(boris).css @@ -1079,16 +1079,19 @@ .input_list.find_route{ - width: 100%; - /* display: block; */ - border-radius: 0 10px; - top: 61px; + width: calc(100% - 3px); + /*display: block;*/ + border-radius: 0 0 10px 10px; + top: 53px; z-index: 10000; } .input_list.find_route.show{ display: block; + border: 1px solid #E6E6E6; + border-top: hidden; + } .container_inp_w_abr{ diff --git a/static/css/styles.css b/static/css/styles.css index 7b580ae..4e964ce 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -1726,6 +1726,25 @@ div.departure_arrival>div>input{ } + +/*.input_list::-webkit-scrollbar {*/ +/* width: 5px;*/ +/* height: 20px;*/ +/* background-color: #FF613A;*/ + +/*}*/ + + +.input_list::-webkit-scrollbar { + width: 7px; +} +.input_list::-webkit-scrollbar-thumb { + background-color: #FF613A; + border-radius: 20px; + +} + + .input_list.post_route{ padding-top: 20px; max-width: 390px;