diff options
author | Aditya Dewan <iit2015097@iiita.ac.in> | 2017-06-09 04:30:48 +0530 |
---|---|---|
committer | pranavk <pranavk@collabora.co.uk> | 2017-06-14 07:31:02 +0200 |
commit | b833f9c93509dd2f01031141d2e57eec976deef3 (patch) | |
tree | f2fa1a12ef3d924ebb06e8960c611f2150f76bde | |
parent | b4ff02cacd7bd332f1e3d0074f333dea667c079d (diff) |
tdf#97020 follow up | heading/label not selectable now
Change-Id: I49650ee93269709885419f3accba3d95475aed59
Reviewed-on: https://gerrit.libreoffice.org/38586
Reviewed-by: pranavk <pranavk@collabora.co.uk>
Tested-by: pranavk <pranavk@collabora.co.uk>
-rw-r--r-- | loleaflet/dist/searchControl.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/loleaflet/dist/searchControl.css b/loleaflet/dist/searchControl.css index e8933f296..cd8d5f658 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; |