2020-03-30 04:59:20 -05:00
|
|
|
/* CSS specific for desktop browsers. */
|
|
|
|
|
2020-03-26 05:25:52 -05:00
|
|
|
/* Related to selectionMarkers.css on formulabar*/
|
|
|
|
#tb_formulabar_item_formula .inputbar_selection_handles *{
|
|
|
|
background-size: 20px;
|
|
|
|
background-position-y: top;
|
|
|
|
width: 20px;
|
|
|
|
background-repeat: no-repeat;
|
2020-09-09 04:02:15 -05:00
|
|
|
margin-left: 1px !important;
|
2020-03-26 05:25:52 -05:00
|
|
|
transform: translateY(-12px);
|
|
|
|
}
|
|
|
|
#tb_formulabar_item_formula .inputbar_selection_handles .leaflet-selection-marker-start{
|
2020-09-09 04:02:15 -05:00
|
|
|
margin-left: -20px !important;
|
2020-03-26 05:25:52 -05:00
|
|
|
}
|