55d067bfee
This reverts commit ef48e44c0e
.
36 lines
837 B
CSS
36 lines
837 B
CSS
.leaflet-selection-marker-start {
|
|
position: absolute;
|
|
margin-left: -28px;
|
|
width: 30px;
|
|
height: 44px;
|
|
background-image: url('images/handle_start.svg');
|
|
}
|
|
|
|
.leaflet-selection-marker-end {
|
|
position: absolute;
|
|
margin-left: -2px;
|
|
width: 30px;
|
|
height: 44px;
|
|
background-image: url('images/handle_end.svg');
|
|
}
|
|
|
|
.leaflet-cursor-handler {
|
|
margin-left: -14px;
|
|
width: 30px;
|
|
height: 44px;
|
|
background-image: url('images/cursor-handler.svg');
|
|
}
|
|
.inputbar_selection_handles * {
|
|
z-index: 1;
|
|
}
|
|
#tb_formulabar_item_formula .inputbar_selection_handles{
|
|
/*display: none;*/
|
|
}
|
|
@media (max-width: 767px), (max-device-height: 767px) and (pointer: coarse) {
|
|
#tb_formulabar_item_formula, #tb_formulabar_item_address {
|
|
height: 54px !important;
|
|
}
|
|
#tb_formulabar_item_formula > div, #tb_formulabar_item_address > div {
|
|
margin-top: -16px;
|
|
}
|
|
}
|