lighter.css 351 B

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