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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Mar 13 15:39:14 UTC 2019


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

New commits:
commit 984565ae680acea280d39546ff806b30536a2e9a
Author:     Szymon Kłos <szymon.klos at collabora.com>
AuthorDate: Wed Mar 13 16:38:01 2019 +0100
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Wed Mar 13 16:38:56 2019 +0100

    Hide close button by default
    
    Change-Id: I44528a096849324d68304165f7698fcd7e3b4130

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index 4b4eed520..9e2450c5a 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -128,6 +128,7 @@ w2ui-toolbar {
     width: 28px;
     height: 28px;
     background-color: white;
+    display: none;
 }
 
 #closebutton {


More information about the Libreoffice-commits mailing list