mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +00:00
17 lines
312 B
CSS
17 lines
312 B
CSS
.mapbox div.widget .slice_container {
|
|
cursor: grab;
|
|
cursor: -moz-grab;
|
|
cursor: -webkit-grab;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.mapbox div.widget .slice_container:active {
|
|
cursor: grabbing;
|
|
cursor: -moz-grabbing;
|
|
cursor: -webkit-grabbing;
|
|
}
|
|
|
|
.mapbox .slice_container div {
|
|
padding-top: 0px;
|
|
}
|