Skip to content

Commit

Permalink
Fix sidebar icons to no longer display, allowing holiday goodness to …
Browse files Browse the repository at this point in the history
…shine.
  • Loading branch information
Benjamin Clark committed Dec 4, 2024
1 parent 9b48541 commit 20b80e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions css/80_app_fb.css
Original file line number Diff line number Diff line change
Expand Up @@ -1130,14 +1130,23 @@ div.map-controls .map-control {
border-radius: 4px;
}

div.map-controls > .map-control > button > svg {
display:none;
}

div.map-controls div.bearing_n {
display:none;
}

div.map-control.bearing button {
background: url('img/holiday_reset_bearing.png')
}
div.map-control.help-control button {
background: url('img/holiday_help.svg')
}

div.map-control.preferences-control button {
background: url('img/holiday_preferences.svg')
}

div.map-control.issues-control button {
background: url('img/holiday_issues.svg')
}
Expand All @@ -1147,10 +1156,10 @@ div.map-control.map-data-control button {
div.map-control.background-control button {
background: url('img/holiday_background.svg')
}
div.map-control.geolocate-control button {
div.map-control.geolocate button {
background: url('img/holiday_geolocate.svg')
}
div.map-control.zoom-to-selection-control button {
div.map-control.zoom-to-selection button {
background: url('img/holiday_zoom-to-selection.svg')
}
div.map-control.zoombuttons button.zoom-in {
Expand Down
Binary file added dist/img/holiday_reset_bearing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20b80e8

Please sign in to comment.