0.1.375 update carrier_card info in search

This commit is contained in:
2024-04-22 12:40:00 +03:00
parent c9f04057a7
commit 273caa5c5d
3 changed files with 42 additions and 13 deletions

View File

@@ -1414,7 +1414,7 @@
text-decoration: none;
color: #000000;
font-size: 16px;
padding-bottom: 10px;
padding: 10px 0 10px;
display: block;
}
@@ -1483,6 +1483,7 @@
white-space: unset;
}
.email_carrier input{
display: none;
}
@@ -1576,6 +1577,17 @@ a.open_inf_carrier{
position: relative;
top: 11px;
left: 4px;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.name_carrier.active{
background: unset;
-webkit-background-clip: unset;
-webkit-text-fill-color: unset;
overflow: unset;
overflow-wrap: break-word;
white-space: unset;
}
.from-to-city-text{