lighter.css 1009 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .cesium-lighter .cesium-navigation-help-instructions {
  2. border: 1px solid #759dc0;
  3. background-color: rgba(255, 255, 255, 0.9);
  4. }
  5. .cesium-lighter .cesium-navigation-help-pan {
  6. color: #66ccee;
  7. font-weight: bold;
  8. }
  9. .cesium-lighter .cesium-navigation-help-zoom {
  10. color: #65ec00;
  11. font-weight: bold;
  12. }
  13. .cesium-lighter .cesium-navigation-help-rotate {
  14. color: #eec722;
  15. font-weight: bold;
  16. }
  17. .cesium-lighter .cesium-navigation-help-tilt {
  18. color: #d800d8;
  19. font-weight: bold;
  20. }
  21. .cesium-lighter .cesium-navigation-help-details {
  22. color: #222222;
  23. }
  24. .cesium-lighter .cesium-navigation-button {
  25. color: #222222;
  26. border-top: 1px solid #759dc0;
  27. border-right: 1px solid #759dc0;
  28. }
  29. .cesium-lighter .cesium-navigation-button-selected {
  30. background-color: rgba(196, 225, 255, 0.9);
  31. }
  32. .cesium-lighter .cesium-navigation-button-unselected {
  33. background-color: rgba(226, 240, 255, 0.9);
  34. }
  35. .cesium-lighter .cesium-navigation-button-unselected:hover {
  36. background-color: rgba(166, 210, 255, 0.9);
  37. }