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

Pedro Pinto Silva (via logerrit) logerrit at kemper.freedesktop.org
Thu Mar 12 12:31:31 UTC 2020


 loleaflet/css/selectionMarkers.css |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

New commits:
commit b906c6985ab0c9478699a409eb4974cfb1e30d2e
Author:     Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Fri Mar 6 10:24:50 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Thu Mar 12 13:31:11 2020 +0100

    Desktop: Calc: formular bar: Decrease size of selection handles and adjust position
    
    Change-Id: Ibe9743fe7fe476c8d561b301ca82faea89dbccc6
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90078
    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/selectionMarkers.css b/loleaflet/css/selectionMarkers.css
index a0dd4ccde..9eecb6b25 100644
--- a/loleaflet/css/selectionMarkers.css
+++ b/loleaflet/css/selectionMarkers.css
@@ -4,7 +4,7 @@
 	width: 30px;
 	height: 44px;
 	background-image: url('images/handle_start.svg');
-	}
+}
 
 .leaflet-selection-marker-end {
 	position: absolute;
@@ -23,8 +23,18 @@
 .inputbar_selection_handles * {
 	z-index: 1;
 }
-#tb_formulabar_item_formula .inputbar_selection_handles{
-	/*display: none;*/
+ at media (min-width: 1024px) and (pointer: fine) {
+	#tb_formulabar_item_formula .inputbar_selection_handles{
+		top:-12px;
+	}
+	#tb_formulabar_item_formula .inputbar_selection_handles *{
+		background-size: 20px;
+		background-repeat: no-repeat;
+		background-position-x: 3px;
+	}
+	#tb_formulabar_item_formula .inputbar_selection_handles .leaflet-selection-marker-start{
+		background-position-x: 8px;
+	}
 }
 @media (max-width: 767px), (max-device-height: 767px) and (pointer: coarse) {
 	#tb_formulabar_item_formula, #tb_formulabar_item_address {


More information about the Libreoffice-commits mailing list