[Libreoffice-commits] online.git: Branch 'libreoffice-5-3' - loleaflet/dist

Pranav Kant pranavk at collabora.co.uk
Thu Mar 23 12:42:24 UTC 2017


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

New commits:
commit 7961a620cdfc849662e64073cc634ac741d50296
Author: Pranav Kant <pranavk at collabora.co.uk>
Date:   Mon Jan 16 12:45:57 2017 +0530

    Fix z-index of insertable popup
    
    Reduce it to 1000, its sufficient and also allow inactive overlay
    to come over the popup, not under it as was before this commit.
    
    Change-Id: If078dc929027dfb938000c5a0135c83704da7d6f
    Reviewed-on: https://gerrit.libreoffice.org/35572
    Reviewed-by: pranavk <pranavk at collabora.co.uk>
    Tested-by: pranavk <pranavk at collabora.co.uk>

diff --git a/loleaflet/dist/toolbar.css b/loleaflet/dist/toolbar.css
index 093fc1a7..9b584168 100644
--- a/loleaflet/dist/toolbar.css
+++ b/loleaflet/dist/toolbar.css
@@ -272,7 +272,7 @@ button.leaflet-control-search-next
 .w2ui-icon.specialcharacter{ background: url('../images/lc_insertsymbol.png') no-repeat center !important; }
 
 .inserttable-pop {
-    z-index: 100000;
+    z-index: 1000;
     box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
 }
 


More information about the Libreoffice-commits mailing list