Files
superset2/superset/assets/visualizations/PlaySlider.css
Beto Dealmeida 7089344623 Legend for deck.gl scatterplot (#4572)
* Initial work

* Working version

* Specify legend position

* Max height with scroll

* Fix lint

* Better compatibility with nvd3

* Fix object.keys polyfill version

* Fix lint
2018-03-14 16:40:14 -07:00

24 lines
310 B
CSS

.play-slider {
position: absolute;
bottom: -16px;
height: 20px;
width: 100%;
}
.slider-selection {
background: #efefef;
}
.slider-handle {
background: #b3b3b3;
}
.slider.slider-horizontal {
width: 100% !important;
}
.slider-button {
color: #b3b3b3;
margin-right: 5px;
}