summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2017-11-23 20:53:08 -0400
committerHenry Castro <hcastro@collabora.com>2017-11-23 20:53:08 -0400
commitdd2e4df6835e465d13514c607b38555bab96312e (patch)
treed531a9b2063dea1cfc865ea0dba5ebc423c99d1a
parentf6ec965dffdab41df9fb58d58661026b5fd406f0 (diff)
loleaflet: fix text selectable in version dialoglibreoffice-6-0-branch-point
Change-Id: Ia1f8aa5fc1a03d0ee39e663a7bbd865ba301b38c
-rw-r--r--loleaflet/dist/loleaflet.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/loleaflet/dist/loleaflet.html b/loleaflet/dist/loleaflet.html
index f24f58e43..83c938987 100644
--- a/loleaflet/dist/loleaflet.html
+++ b/loleaflet/dist/loleaflet.html
@@ -75,7 +75,7 @@
<div id="toolbar-down"></div>
<!-- Remove if you don't want the About dialog -->
- <div id="about-dialog" style="display:none; text-align: center;">
+ <div id="about-dialog" style="display:none; text-align: center; user-select: text">
<h1 id="product-name">LibreOffice Online</h1>
<hr/>
<h3 id="product-string"></h3>