[Libreoffice-commits] online.git: loleaflet/css loleaflet/images
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 10 14:52:23 UTC 2020
loleaflet/css/loleaflet.css | 2 +-
loleaflet/images/cursors/fill.png |binary
2 files changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d42e41ce04a80a798053260c229ec159e20307ef
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Thu Sep 10 15:05:17 2020 +0200
Commit: Pedro Silva <pedro.silva at collabora.com>
CommitDate: Thu Sep 10 16:52:02 2020 +0200
leaflet: cursor: bucket-cursor: fix inconsistencies
use similar asset as the icon that triggers it:
- so we have a paintbrush icon that triggers also a paintbrush cursor (instead of a bucket)
- and adjust position accordingly
Change-Id: I2fa84f0a961e5a98de6fe8fc34c14ccac63344d0
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/102382
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 10e382c60..22199cd4e 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -75,7 +75,7 @@
}
.bucket-cursor {
- cursor: url('images/cursors/fill.png') 14 29, auto !important;/*setting coordinates to align the tip of the bucket icon */
+ cursor: url('images/cursors/fill.png') 4 9, auto !important;/*setting coordinates to align the tip of the bucket icon */
}
.loleaflet-scrollbar-show {
opacity: 1 !important;
diff --git a/loleaflet/images/cursors/fill.png b/loleaflet/images/cursors/fill.png
index 220641b9b..473474999 100644
Binary files a/loleaflet/images/cursors/fill.png and b/loleaflet/images/cursors/fill.png differ
More information about the Libreoffice-commits
mailing list