mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
* Initial work * Working version * Specify legend position * Max height with scroll * Fix lint * Better compatibility with nvd3 * Fix object.keys polyfill version * Fix lint
24 lines
310 B
CSS
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;
|
|
}
|