mirror of
https://github.com/apache/superset.git
synced 2026-05-30 12:49:17 +00:00
* 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
22 lines
274 B
CSS
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;
|
|
}
|