source: OpenWorkouts-current/ow/static/css/leaflet-elevation.css @ 5f05e83

currentfeature/docs
Last change on this file since 5f05e83 was 5f05e83, checked in by Borja Lopez <borja@…>, 5 years ago

Replaced Leaflet.Elevation with a newer, improved version (fork of the original)

Done some clean-up of the map javascript code, removed old tests and WIP code
that is not needed anymore.

IMPORTANT: After pulling this patch, run js_deps to install the new version of
leaflet elevation:

./bin/js_deps

  • Property mode set to 100644
File size: 853 bytes
Line 
1
2/* Leaflet-elevation openworkouts theme */
3
4
5.openworkouts-theme.leaflet-control.elevation .background {
6    background-color: #ffffff;
7}
8
9.openworkouts-theme.leaflet-control.elevation .axis line, .openworkouts-theme.leaflet-control.elevation .axis path {
10    stroke: #151515;
11}
12
13.openworkouts-theme.leaflet-control.elevation .mouse-drag {
14    fill: #ee4056;
15    opacity: 0.5;
16}
17
18.openworkouts-theme.leaflet-control.elevation .elevation-toggle-icon {
19    background: url(images/elevation-steelblue.png) no-repeat center center;
20}
21
22.openworkouts-theme.leaflet-control.elevation .area {
23    fill: #f8b5be;
24}
25
26.openworkouts-theme.leaflet-control.elevation .mouse-focus-line {
27    stroke: #ee4056;
28}
29
30.openworkouts-theme.height-focus {
31    stroke: #4682b4;
32    fill: #4682b4;
33}
34
35.leaflet-control.elevation .area {
36    fill: #f8b5be;
37    stroke: #ee4056;
38}
Note: See TracBrowser for help on using the repository browser.