You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
leaflet-playback/dist/leaflet-playback.css

24 lines
490 B
CSS

/* horizontal control */
.leaflet-bar.horizontal a {
float: left;
}
.leaflet-bar.horizontal a:first-child {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
}
.leaflet-bar.horizontal a:last-child {
border-top-right-radius: 4px;
border-bottom-left-radius: 0;
border-bottom: 1px solid #ccc;
}
/* button with persistent state */
.leaflet-bar a.enabled {
background: #ddd;
border-bottom: 1px solid #999999;
}
.leaflet-bar a.enabled:hover {
background: #cccccc;
}