lighter.css 467 B

1234567891011121314151617181920212223
  1. /* packages/widgets/Source/Timeline/lighter.css */
  2. .cesium-lighter .cesium-timeline-bar {
  3. background:
  4. linear-gradient(
  5. to bottom,
  6. #eeeeee 0%,
  7. #ffffff 50%,
  8. #fafafa 100%);
  9. }
  10. .cesium-lighter .cesium-timeline-ticLabel {
  11. color: #000;
  12. }
  13. .cesium-lighter .cesium-timeline-ticMain {
  14. position: absolute;
  15. bottom: 0;
  16. left: 0;
  17. width: 1px;
  18. height: 50%;
  19. background: #000;
  20. }
  21. .cesium-lighter .cesium-timeline-ticSub {
  22. background: #444;
  23. }