import locations to bulk
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user