up
This commit is contained in:
19
dist/Cesium/Widgets/PerformanceWatchdog/PerformanceWatchdog.css
vendored
Executable file → Normal file
19
dist/Cesium/Widgets/PerformanceWatchdog/PerformanceWatchdog.css
vendored
Executable file → Normal file
@ -1,15 +1,16 @@
|
||||
/* packages/widgets/Source/PerformanceWatchdog/PerformanceWatchdog.css */
|
||||
.cesium-performance-watchdog-message-area {
|
||||
position: relative;
|
||||
background-color: yellow;
|
||||
color: black;
|
||||
padding: 10px;
|
||||
position: relative;
|
||||
background-color: yellow;
|
||||
color: black;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.cesium-performance-watchdog-message {
|
||||
margin-right: 30px;
|
||||
margin-right: 30px;
|
||||
}
|
||||
|
||||
.cesium-performance-watchdog-message-dismiss {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin: 0 10px 0 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user