loleaflet/dist/searchControl.css | 4 ++++ 1 file changed, 4 insertions(+)
New commits: commit b833f9c93509dd2f01031141d2e57eec976deef3 Author: Aditya Dewan <[email protected]> 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 <[email protected]> Tested-by: pranavk <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
