[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Fri Feb 7 18:06:16 UTC 2020
loleaflet/css/selectionMarkers.css | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
New commits:
commit 02ca6142e362e8ebbfb60d1a8275bbeec111cd87
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Fri Feb 7 14:34:58 2020 +0100
Commit: Marco Cecchetti <marco.cecchetti at collabora.com>
CommitDate: Fri Feb 7 19:05:56 2020 +0100
Mobile: Calc: Formula bar: make text selection handles visible and hide them on desktop
Change-Id: Iaf5b207fd641ff0b2428801b0972277a382b87e7
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/88197
Reviewed-by: Marco Cecchetti <marco.cecchetti at collabora.com>
Tested-by: Marco Cecchetti <marco.cecchetti at collabora.com>
diff --git a/loleaflet/css/selectionMarkers.css b/loleaflet/css/selectionMarkers.css
index 70cd6d233..a0dd4ccde 100644
--- a/loleaflet/css/selectionMarkers.css
+++ b/loleaflet/css/selectionMarkers.css
@@ -12,7 +12,7 @@
width: 30px;
height: 44px;
background-image: url('images/handle_end.svg');
- }
+}
.leaflet-cursor-handler {
margin-left: -14px;
@@ -20,3 +20,17 @@
height: 44px;
background-image: url('images/cursor-handler.svg');
}
+.inputbar_selection_handles * {
+ z-index: 1;
+}
+#tb_formulabar_item_formula .inputbar_selection_handles{
+ /*display: none;*/
+}
+ at media (max-width: 767px), (max-device-height: 767px) and (pointer: coarse) {
+ #tb_formulabar_item_formula, #tb_formulabar_item_address {
+ height: 54px !important;
+ }
+ #tb_formulabar_item_formula > div, #tb_formulabar_item_address > div {
+ margin-top: -16px;
+ }
+}
More information about the Libreoffice-commits
mailing list