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

New commits:
commit 5ebcef2a40014b4fd01e511ea3a37ce822ef9f92
Author: Pranav Kant <pran...@collabora.com>
Date:   Sat Jun 4 15:16:33 2016 +0530

    loleaflet: Reduce z-index of auxiliary toolbar
    
    Otherwise, when the screen becomes inactive, it is the only
    widget to shine separately.
    
    Change-Id: Idf22e2cece3fd465ff37e7304f4776dbfdef66a8
    (cherry picked from commit 3ec6c6b6625c04a55b7a704d903b3887abc029b9)

diff --git a/loleaflet/dist/toolbar.css b/loleaflet/dist/toolbar.css
index abc6c25..35e7976 100644
--- a/loleaflet/dist/toolbar.css
+++ b/loleaflet/dist/toolbar.css
@@ -34,7 +34,7 @@
     width: 200px;
     top: 65px;
     border: 1px solid darkgrey;
-    z-index: 8000;
+    z-index: 1000;
     display: none;
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to