VoxelInspector.css 449 B

12345678910111213141516
  1. /* packages/widgets/Source/VoxelInspector/VoxelInspector.css */
  2. .cesium-VoxelInspector {
  3. width: 300px;
  4. pointer-events: all;
  5. }
  6. .cesium-VoxelInspector div,
  7. .cesium-VoxelInspector input[type=range] {
  8. width: 100%;
  9. box-sizing: border-box;
  10. }
  11. .cesium-VoxelInspector .cesium-cesiumInspector-section {
  12. margin-top: 3px;
  13. }
  14. .cesium-VoxelInspector .cesium-cesiumInspector-sectionHeader + .cesium-cesiumInspector-show {
  15. border-top: 1px solid white;
  16. }