diff --git a/css/80_app_fb.css b/css/80_app_fb.css index 961518a1e..c6f7f8b32 100644 --- a/css/80_app_fb.css +++ b/css/80_app_fb.css @@ -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') } @@ -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 { diff --git a/dist/img/holiday_reset_bearing.png b/dist/img/holiday_reset_bearing.png new file mode 100644 index 000000000..755544d96 Binary files /dev/null and b/dist/img/holiday_reset_bearing.png differ