[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Mon Apr 6 10:13:46 UTC 2020
loleaflet/css/device-desktop.css | 12 ++++++++++++
1 file changed, 12 insertions(+)
New commits:
commit 496c4162a897d5aae2185f51685880816af3144c
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Thu Mar 26 11:25:52 2020 +0100
Commit: Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Mon Apr 6 12:13:28 2020 +0200
Calc: desktop: formula bar: Decrease size of selection handles and adjust position, improving
and fixing changes started with b906c6985ab0c9478699a409eb4974cfb1e30d2e
Change-Id: Ic9927a725240658d03ed764b1136088edc8d99f3
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91091
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
diff --git a/loleaflet/css/device-desktop.css b/loleaflet/css/device-desktop.css
index 401e892a3..9a451a700 100644
--- a/loleaflet/css/device-desktop.css
+++ b/loleaflet/css/device-desktop.css
@@ -1,2 +1,14 @@
/* CSS specific for desktop browsers. */
+/* Related to selectionMarkers.css on formulabar*/
+#tb_formulabar_item_formula .inputbar_selection_handles *{
+ background-size: 20px;
+ background-position-y: top;
+ width: 20px;
+ background-repeat: no-repeat;
+ margin-left:1px !important;
+ transform: translateY(-12px);
+}
+#tb_formulabar_item_formula .inputbar_selection_handles .leaflet-selection-marker-start{
+ margin-left:-20px !important;
+}
More information about the Libreoffice-commits
mailing list