You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
449 B
CSS
17 lines
449 B
CSS
/* packages/widgets/Source/VoxelInspector/VoxelInspector.css */
|
|
.cesium-VoxelInspector {
|
|
width: 300px;
|
|
pointer-events: all;
|
|
}
|
|
.cesium-VoxelInspector div,
|
|
.cesium-VoxelInspector input[type=range] {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
.cesium-VoxelInspector .cesium-cesiumInspector-section {
|
|
margin-top: 3px;
|
|
}
|
|
.cesium-VoxelInspector .cesium-cesiumInspector-sectionHeader + .cesium-cesiumInspector-show {
|
|
border-top: 1px solid white;
|
|
}
|