loleaflet/css/vex.css |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 4fc7e98d0aebfd63782de0e006ac4f92908ab737
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Thu Nov 28 11:06:31 2019 +0100
Commit:     Pedro Pinto da Silva <pedro.si...@collabora.com>
CommitDate: Thu Nov 28 11:22:03 2019 +0100

    Vex: bring back dimming but make it discreet though
    
    Change-Id: I8f036a85963a9861268971998115870a3087a9be
    Reviewed-on: https://gerrit.libreoffice.org/83978
    Reviewed-by: Pedro Pinto da Silva <pedro.si...@collabora.com>
    Tested-by: Pedro Pinto da Silva <pedro.si...@collabora.com>

diff --git a/loleaflet/css/vex.css b/loleaflet/css/vex.css
index b33a610b3..0ba298719 100644
--- a/loleaflet/css/vex.css
+++ b/loleaflet/css/vex.css
@@ -18,8 +18,11 @@
 .vex-open .vex-overlay {
        /* TODO: remove specific z-index from our codebase
        so that the following line can also be removed */
-       position: relative;
        z-index: 2000;
+       background-color:#1c5fa814;
+       min-height: 100%;
+       position: absolute;
+       top: 0px;
 }
 /* dialog shown when user is idle */
 .vex-open .loleaflet-user-idle {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to