Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -487,3 +487,27 @@ td:nth-child(4) {
table#routeSegmentList tr:nth-child(even) {
background-color: #ececec;
}
/* --- UI MODERNIZATION START --- */
/* Mobile Touch Targets & Visual Polish */

.ol-control button {
min-width: 44px !important; /* Fat Finger Friendly */
min-height: 44px !important;
font-size: 1.5rem !important;
margin-bottom: 5px !important; /* Space between buttons */
cursor: pointer;
}

.ol-control, .ol-control button {
background-color: #FFFFFF !important;
border-radius: 8px !important; /* Soft corners */
border: none !important;
box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important; /* Floating effect */
transition: all 0.2s ease;
}

.ol-control button:active {
background-color: #FF5722 !important; /* Orange on tap */
color: #FFFFFF !important;
}
/* --- UI MODERNIZATION END --- */