loleaflet/css/toolbar.css |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 4099b44812d5681f56364ef62746f17cbe433d63
Author:     Pedro <pedro.si...@collabora.com>
AuthorDate: Tue Oct 15 14:30:04 2019 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Tue Oct 15 14:38:42 2019 +0200

    Impress: presentation-controls-wrapper: hide previews when in readonly mode
    
    Change-Id: Icf430e211fd6d86d9bd5e3eedc0d0f3635ff24fe
    Reviewed-on: https://gerrit.libreoffice.org/80828
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Tested-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index cff38085f..c8c5144d1 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -38,6 +38,9 @@
     border-style: solid;
     border-radius: 3px;
        }
+       #presentation-controls-wrapper.readonly .preview-frame {
+    visibility: hidden;
+       }
        #presentation-controls-wrapper {
     background-color: #f9f9f9;
                border: none;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to