2015-12-15 07:33:53 -06:00
|
|
|
.leaflet-selection-marker-start {
|
2020-02-06 04:28:00 -06:00
|
|
|
position: absolute;
|
2015-12-15 07:33:53 -06:00
|
|
|
margin-left: -28px;
|
|
|
|
width: 30px;
|
|
|
|
height: 44px;
|
2019-08-06 06:58:37 -05:00
|
|
|
background-image: url('images/handle_start.svg');
|
2015-12-15 07:33:53 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.leaflet-selection-marker-end {
|
2020-02-06 04:28:00 -06:00
|
|
|
position: absolute;
|
2015-12-15 07:33:53 -06:00
|
|
|
margin-left: -2px;
|
|
|
|
width: 30px;
|
|
|
|
height: 44px;
|
2019-08-06 06:58:37 -05:00
|
|
|
background-image: url('images/handle_end.svg');
|
2020-02-07 07:34:58 -06:00
|
|
|
}
|
2018-12-16 10:08:33 -06:00
|
|
|
|
|
|
|
.leaflet-cursor-handler {
|
2019-11-06 13:53:52 -06:00
|
|
|
margin-left: -14px;
|
2019-08-06 06:10:23 -05:00
|
|
|
width: 30px;
|
|
|
|
height: 44px;
|
2019-08-06 06:58:37 -05:00
|
|
|
background-image: url('images/cursor-handler.svg');
|
2018-12-16 10:08:33 -06:00
|
|
|
}
|
2020-02-07 07:34:58 -06:00
|
|
|
.inputbar_selection_handles * {
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
#tb_formulabar_item_formula .inputbar_selection_handles{
|
|
|
|
/*display: none;*/
|
|
|
|
}
|
2020-02-17 06:26:55 -06:00
|
|
|
@media screen (max-width: 900px) and (any-pointer: coarse) and (hover: none), (max-height: 900px) and (any-pointer: coarse) and (hover: none){
|
2020-02-07 07:34:58 -06:00
|
|
|
#tb_formulabar_item_formula, #tb_formulabar_item_address {
|
|
|
|
height: 54px !important;
|
|
|
|
}
|
|
|
|
#tb_formulabar_item_formula > div, #tb_formulabar_item_address > div {
|
|
|
|
margin-top: -16px;
|
|
|
|
}
|
|
|
|
}
|