import locations to bulk

This commit is contained in:
2025-10-05 09:58:33 +03:00
parent 97b9ae9fe2
commit cb8a48e58f
3 changed files with 139 additions and 2 deletions

View File

@@ -46,8 +46,12 @@
}
.location-row.selected {
background-color: #007bff !important;
color: white !important;
background-color: #ffb300 !important; /* Accent color: Amber */
color: #222 !important;
font-weight: bold;
box-shadow: 0 2px 8px rgba(255,179,0,0.12);
border-left: 4px solid #ff9800;
transition: background 0.2s, color 0.2s;
}
.location-row {