1.1.4 update rising and highlight my_routes

This commit is contained in:
2024-06-05 17:47:01 +03:00
parent d33278faff
commit f8d1de5d30
4 changed files with 39 additions and 12 deletions

View File

@@ -688,6 +688,10 @@ header .header-second {
display: inline-block;
}
.carrier-card.highlight-color{
background: linear-gradient(90deg, #FBED96 0%, #ABECD6 100%);
}
.control_frame{
display: none;
position: absolute;
@@ -2065,6 +2069,10 @@ button#raise_route {
background: #E6E6E6;
}
.edit_route.highlight-color{
background: #F8F8F8;
}
.edit_route.hide{
display: none;
}