[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loleaflet/dist
Pranav Kant
pranavk at collabora.com
Mon Jun 6 15:39:34 UTC 2016
loleaflet/dist/toolbar.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5ebcef2a40014b4fd01e511ea3a37ce822ef9f92
Author: Pranav Kant <pranavk at 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;
}
More information about the Libreoffice-commits
mailing list