0.1.347 update show_contact button behavior

This commit is contained in:
2024-01-26 13:06:17 +03:00
parent 473a047af9
commit 284a4b064a
3 changed files with 36 additions and 7 deletions

View File

@@ -1496,6 +1496,17 @@
width: 100%;
}
a.open_inf_carrier{
display: block;
width: 88%;
}
.show_contact_wrapper {
text-align: center;
}
.open_inf_carrier:hover{
background: #FF613A;
color: #FFFFFF;

View File

@@ -1741,7 +1741,6 @@ div.departure_arrival>div>input{
.input_list::-webkit-scrollbar-thumb {
background-color: #FF613A;
border-radius: 20px;
}