0.0.330 add color for title in my_routes

This commit is contained in:
2023-12-21 16:28:42 +03:00
parent 0c146caeef
commit 1dae86f0e7
4 changed files with 25 additions and 4 deletions

View File

@@ -1538,9 +1538,10 @@
color: #272424;
margin-bottom: 10px;
border: 2px solid #FF613A;
/*border: 2px solid #FF613A;*/
border-radius: 10px;
padding: 5px;
padding: 7px;
text-align: center;
}

View File

@@ -546,6 +546,12 @@ header .header-first {
#save_changes_txt.hide{
display: none;
}
#mover_title_color{
background: #e0bff0;
}
#customer_title_color{
background: #f5d813;
}
.dropdown {
position: relative;