1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-22 12:56:47 -04:00
sdrangel/plugins/feature/map/Cesium/Widgets/SelectionIndicator/SelectionIndicator.css

1 line
332 B
CSS
Raw Normal View History

2022-02-04 15:41:22 -05:00
.cesium-selection-wrapper{position:absolute;width:160px;height:160px;pointer-events:none;visibility:hidden;opacity:0;transition:visibility 0s .2s,opacity .2s ease-in}.cesium-selection-wrapper-visible{visibility:visible;opacity:1;transition:opacity .2s ease-out}.cesium-selection-wrapper svg{fill:#2e2;stroke:#000;stroke-width:1.1px}