Agriculture-front-end/public/Cesium/Widgets/CesiumWidget/lighter.css

15 lines
307 B
CSS
Raw Normal View History

2023-04-16 22:33:44 +08:00
.cesium-lighter .cesium-widget-errorPanel {
2023-04-23 09:41:12 +08:00
background: rgba(255, 255, 255, 0.7);
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-widget-errorPanel-content {
2023-04-23 09:41:12 +08:00
border: 1px solid #526f82;
border-radius: 7px;
background-color: white;
color: black;
2023-04-16 22:33:44 +08:00
}
.cesium-lighter .cesium-widget-errorPanel-header {
2023-04-23 09:41:12 +08:00
color: #b87d00;
2023-04-16 22:33:44 +08:00
}