lighter.css 307 B

1234567891011121314
  1. .cesium-lighter .cesium-widget-errorPanel {
  2. background: rgba(255, 255, 255, 0.7);
  3. }
  4. .cesium-lighter .cesium-widget-errorPanel-content {
  5. border: 1px solid #526f82;
  6. border-radius: 7px;
  7. background-color: white;
  8. color: black;
  9. }
  10. .cesium-lighter .cesium-widget-errorPanel-header {
  11. color: #b87d00;
  12. }