loleaflet/css/selectionMarkers.css |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

New commits:
commit b906c6985ab0c9478699a409eb4974cfb1e30d2e
Author:     Pedro Pinto Silva <[email protected]>
AuthorDate: Fri Mar 6 10:24:50 2020 +0100
Commit:     Pedro Pinto da Silva <[email protected]>
CommitDate: Thu Mar 12 13:31:11 2020 +0100

    Desktop: Calc: formular bar: Decrease size of selection handles and adjust 
position
    
    Change-Id: Ibe9743fe7fe476c8d561b301ca82faea89dbccc6
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90078
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Tested-by: Pedro Pinto da Silva <[email protected]>
    Reviewed-by: Pedro Pinto da Silva <[email protected]>

diff --git a/loleaflet/css/selectionMarkers.css 
b/loleaflet/css/selectionMarkers.css
index a0dd4ccde..9eecb6b25 100644
--- a/loleaflet/css/selectionMarkers.css
+++ b/loleaflet/css/selectionMarkers.css
@@ -4,7 +4,7 @@
        width: 30px;
        height: 44px;
        background-image: url('images/handle_start.svg');
-       }
+}
 
 .leaflet-selection-marker-end {
        position: absolute;
@@ -23,8 +23,18 @@
 .inputbar_selection_handles * {
        z-index: 1;
 }
-#tb_formulabar_item_formula .inputbar_selection_handles{
-       /*display: none;*/
+@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;
+       }
 }
 @media (max-width: 767px), (max-device-height: 767px) and (pointer: coarse) {
        #tb_formulabar_item_formula, #tb_formulabar_item_address {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to