lighter.css 438 B

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