import locations to bulk
This commit is contained in:
@@ -1209,4 +1209,14 @@ body.dark-mode .calendar-day.selected {
|
||||
min-height: 30px;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
}
|
||||
|
||||
/* Selected row styles */
|
||||
tr.location-row.selected, .location-row.selected td {
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user