lighter.css 643 B

12345678910111213141516171819202122
  1. .cesium-lighter .cesium-timeline-bar {
  2. background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #fafafa 100%); /* FF3.6+ */
  3. background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 50%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
  4. background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 50%,#fafafa 100%); /* W3C */
  5. }
  6. .cesium-lighter .cesium-timeline-ticLabel {
  7. color: #000;
  8. }
  9. .cesium-lighter .cesium-timeline-ticMain {
  10. position: absolute;
  11. bottom: 0;
  12. left: 0;
  13. width: 1px;
  14. height: 50%;
  15. background: #000;
  16. }
  17. .cesium-lighter .cesium-timeline-ticSub {
  18. background: #444;
  19. }