summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--loleaflet/css/selectionMarkers.css14
1 files changed, 2 insertions, 12 deletions
diff --git a/loleaflet/css/selectionMarkers.css b/loleaflet/css/selectionMarkers.css
index 9eecb6b25..9d2af07d6 100644
--- a/loleaflet/css/selectionMarkers.css
+++ b/loleaflet/css/selectionMarkers.css
@@ -23,18 +23,8 @@
.inputbar_selection_handles * {
z-index: 1;
}
-@media (min-width: 1024px) and (pointer: fine) {
- #tb_formulabar_item_formula .inputbar_selection_handles{
- top:-12px;
- }
- #tb_formulabar_item_formula .inputbar_selection_handles *{
- background-size: 20px;
- background-repeat: no-repeat;
- background-position-x: 3px;
- }
- #tb_formulabar_item_formula .inputbar_selection_handles .leaflet-selection-marker-start{
- background-position-x: 8px;
- }
+#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 {