Added color to type in preorder popup

This commit is contained in:
Frank Schubert
2023-03-14 17:23:18 +01:00
parent 206a701326
commit cd9bd420a6
2 changed files with 9 additions and 8 deletions
+1
View File
@@ -401,6 +401,7 @@
["zip", preorder.adb_plz],
["city", preorder.adb_ort],
["type", preorder.type_label],
["typestyle", "color: #000; background-color: " + icon_color],
["adrcd", preorder.adrcd],
["extref", preorder.extref ? preorder.extref : ""],
["gps", (preorder.gps_lat && preorder.gps_long) ? preorder.gps_lat + ", " + preorder.gps_long : ""],