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

Aditya Dewan iit2015097 at iiita.ac.in
Wed Jun 14 05:31:20 UTC 2017


 loleaflet/dist/searchControl.css |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit b833f9c93509dd2f01031141d2e57eec976deef3
Author: Aditya Dewan <iit2015097 at iiita.ac.in>
Date:   Fri Jun 9 04:30:48 2017 +0530

    tdf#97020 follow up | heading/label not selectable now
    
    Change-Id: I49650ee93269709885419f3accba3d95475aed59
    Reviewed-on: https://gerrit.libreoffice.org/38586
    Reviewed-by: pranavk <pranavk at collabora.co.uk>
    Tested-by: pranavk <pranavk at collabora.co.uk>

diff --git a/loleaflet/dist/searchControl.css b/loleaflet/dist/searchControl.css
index e8933f29..cd8d5f65 100644
--- a/loleaflet/dist/searchControl.css
+++ b/loleaflet/dist/searchControl.css
@@ -12,6 +12,10 @@
 	left: calc(50vw - 325px);
 	box-shadow: 0 4px 16px rgba(0,0,0,.2);
 	border: 1px solid rgba(0,0,0,.333);
+	-webkit-user-select: none;
+	-moz-user-select: none;
+	-ms-user-select: none;
+	user-select: none;
 }
 .vex-dialog-message {
 	font-size: 1.2em;


More information about the Libreoffice-commits mailing list