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

New commits:
commit afbb7959b70d1b9cd2a994eff00326cc2c52080f
Author: Henry Castro <hcas...@collabora.com>
Date:   Thu Nov 23 20:53:08 2017 -0400

    loleaflet: fix text selectable in version dialog
    
    Change-Id: Ia1f8aa5fc1a03d0ee39e663a7bbd865ba301b38c
    Reviewed-on: https://gerrit.libreoffice.org/45198
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

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>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to