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

Henry Castro hcastro at collabora.com
Fri Nov 24 00:55:22 UTC 2017


 loleaflet/dist/loleaflet.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dd2e4df6835e465d13514c607b38555bab96312e
Author: Henry Castro <hcastro at collabora.com>
Date:   Thu Nov 23 20:53:08 2017 -0400

    loleaflet: fix text selectable in version dialog
    
    Change-Id: Ia1f8aa5fc1a03d0ee39e663a7bbd865ba301b38c

diff --git a/loleaflet/dist/loleaflet.html b/loleaflet/dist/loleaflet.html
index f24f58e4..83c93898 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>


More information about the Libreoffice-commits mailing list