2023-04-23 09:41:12 +08:00
|
|
|
.cesium-performance-watchdog-message-area {
|
2023-09-11 21:56:39 +08:00
|
|
|
position: relative;
|
|
|
|
background-color: yellow;
|
|
|
|
color: black;
|
|
|
|
padding: 10px;
|
2023-04-23 09:41:12 +08:00
|
|
|
}
|
2023-09-11 21:56:39 +08:00
|
|
|
|
2023-04-23 09:41:12 +08:00
|
|
|
.cesium-performance-watchdog-message {
|
2023-09-11 21:56:39 +08:00
|
|
|
margin-right: 30px;
|
2023-04-23 09:41:12 +08:00
|
|
|
}
|
2023-09-11 21:56:39 +08:00
|
|
|
|
2023-04-23 09:41:12 +08:00
|
|
|
.cesium-performance-watchdog-message-dismiss {
|
2023-09-11 21:56:39 +08:00
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
margin: 0 10px 0 0;
|
2023-04-23 09:41:12 +08:00
|
|
|
}
|