[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Thu Nov 28 10:22:21 UTC 2019
loleaflet/css/vex.css | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit 4fc7e98d0aebfd63782de0e006ac4f92908ab737
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Thu Nov 28 11:06:31 2019 +0100
Commit: Pedro Pinto da Silva <pedro.silva at 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.silva at collabora.com>
Tested-by: Pedro Pinto da Silva <pedro.silva at 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 {
More information about the Libreoffice-commits
mailing list