[Libreoffice-commits] online.git: loleaflet/css

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Tue Sep 8 12:35:05 UTC 2020


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

New commits:
commit 79d99156dc9a6851b50ef04e96a73894c8ffb19a
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Tue Sep 8 13:38:14 2020 +0200
Commit:     Pedro Silva <pedro.silva at collabora.com>
CommitDate: Tue Sep 8 14:34:46 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 <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Pedro Silva <pedro.silva at collabora.com>

diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index a85f43a6b..bbd5aca1f 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -75,7 +75,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;


More information about the Libreoffice-commits mailing list