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