Files
superset2/superset/assets/visualizations/PlaySlider.css
Beto Dealmeida 4ee0833b27 Play scrubber (#4336)
* Initial working prototype

* Small fixes

* Refactoring dekgl

* Show all data when no time grain is selected

* Refactor layers

* Standardize function name

* Fix exports

* Fix require

* Initial working prototype

* Small fixes

* Show all data when no time grain is selected

* Moving play bar to correct location

* Split component

* Working on CSS

* Remove control

* Positioning the play slider

* Fix refresh of slider state

* Fix lint

* Small fixes

* Smoother animation for scans

* Fix versions

* Play/pause with spacebar.

* Small fixes

* Clean stuff that went to other PRs

* Address issues

* Refactor scatter animation
2018-02-15 17:55:11 -08:00

22 lines
274 B
CSS

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