lighter.css 390 B

1234567891011121314151617181920
  1. .cesium-lighter .cesium-timeline-bar {
  2. background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 50%, #fafafa 100%);
  3. }
  4. .cesium-lighter .cesium-timeline-ticLabel {
  5. color: #000;
  6. }
  7. .cesium-lighter .cesium-timeline-ticMain {
  8. position: absolute;
  9. bottom: 0;
  10. left: 0;
  11. width: 1px;
  12. height: 50%;
  13. background: #000;
  14. }
  15. .cesium-lighter .cesium-timeline-ticSub {
  16. background: #444;
  17. }