VoxelInspector.css 394 B

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