[bugfix] namespacing the mapbox css

This commit is contained in:
Maxime Beauchemin 2016-09-14 21:23:45 -07:00
parent c87f34285a
commit e895807158
1 changed files with 3 additions and 3 deletions

View File

@ -1,16 +1,16 @@
div.widget .slice_container {
.mapbox div.widget .slice_container {
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
overflow: hidden;
}
div.widget .slice_container:active {
.mapbox div.widget .slice_container:active {
cursor: grabbing;
cursor: -moz-grabbing;
cursor: -webkit-grabbing;
}
.slice_container div {
.mapbox .slice_container div {
padding-top: 0px;
}