Ustrezna ureditev pravilnega delovanja izbiranja tock pri heatmap in image hotspot

This commit is contained in:
patrik2020 2022-08-03 18:44:02 +02:00
parent b9788c28e5
commit f8700607d2
3 changed files with 11 additions and 11 deletions

View File

@ -17991,8 +17991,9 @@ span.display_editor_image_hotspot {
canvas.hotspot_canvas {
position: absolute;
top: 15px !important;
left: 10px;
/* left: 10px; */
z-index: 2;
display: block;
}
.hotspot_image_editor {
@ -20410,15 +20411,13 @@ and open the template in the editor.
color: #0059ab;
}
canvas.mapster_el {
top: 15px !important;
/* canvas.mapster_el {
top: 15px !important;
}
img.mapster_el {
position: absolute;
top: 15px !important;
}
position: absolute;
top: 15px !important;
} */
.jquery-selectbox {
cursor: pointer;
padding: 0 0 0 8px !important;

View File

@ -99,13 +99,13 @@ and open the template in the editor.
color: $dark-blue;
}
}
canvas.mapster_el {
/* canvas.mapster_el {
top: 15px !important;
}
img.mapster_el {
position: absolute;
top: 15px !important;
}
} */
.jquery-selectbox {
cursor: pointer;

View File

@ -60,8 +60,9 @@ span.display_editor_image_hotspot {
canvas.hotspot_canvas {
position: absolute;
top: 15px !important;
left: 10px;
/* left: 10px; */
z-index: 2;
display: block;
}
.hotspot_image_editor {
position: relative;