0.1.345 add border for input_list. Change color and width for scroll-bar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user