[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-3-0' - loleaflet/dist

Henry Castro hcastro at collabora.com
Wed Nov 29 13:46:47 UTC 2017


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

New commits:
commit afbb7959b70d1b9cd2a994eff00326cc2c52080f
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
    Reviewed-on: https://gerrit.libreoffice.org/45198
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>
    Tested-by: Jan Holesovsky <kendy at 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>


More information about the Libreoffice-commits mailing list