lighter.css 1.0 KB

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