loleaflet/css/loleaflet.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 13a96f7cedbd3ee54be1a9187a4ec80643a56c24
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Tue Sep 8 13:38:14 2020 +0200
Commit:     Pedro Silva <pedro.si...@collabora.com>
CommitDate: Wed Sep 9 17:00:47 2020 +0200

    leaflet: cursor: bucket-cursor fix alignment
    
    Change-Id: Iafe8dea3d379b6c1fe9241063bab4ab4b7c17e8e
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102247
    Tested-by: Jenkins
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Pedro Silva <pedro.si...@collabora.com>
    (cherry picked from commit 79d99156dc9a6851b50ef04e96a73894c8ffb19a)
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102303

diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 75b4a53a2..599e406de 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -53,7 +53,7 @@
 }
 
 .bucket-cursor {
-       cursor: url('images/cursors/fill.png'), auto !important;
+       cursor: url('images/cursors/fill.png') 14 29, auto !important;/*setting 
coordinates to align the tip of the bucket icon */
 }
 .loleaflet-scrollbar-show {
        opacity: 1 !important;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to