[Libreoffice-commits] online.git: loleaflet/css
Pedro Pinto Silva (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 16 11:55:14 UTC 2020
loleaflet/css/vex.css | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 7f2556deb610f98a09514cd0f62dd37498378e21
Author: Pedro Pinto Silva <pedro.silva at collabora.com>
AuthorDate: Thu Mar 12 15:36:14 2020 +0100
Commit: Pedro Pinto da Silva <pedro.silva at collabora.com>
CommitDate: Mon Mar 16 12:54:56 2020 +0100
Desktop: Vex-bottom-right-corner: Fix missing z-index and
remove duplicated rule
Change-Id: I502aea7c7fb012a4464444ae415738a6c90b1306
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90414
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Tested-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
Reviewed-by: Pedro Pinto da Silva <pedro.silva at collabora.com>
diff --git a/loleaflet/css/vex.css b/loleaflet/css/vex.css
index 54d8c3357..a59a9d9e4 100644
--- a/loleaflet/css/vex.css
+++ b/loleaflet/css/vex.css
@@ -36,7 +36,7 @@
display: none !important;
}
-.vex.vex-theme-plain{
+.vex.vex-theme-plain, .vex.vex-theme-bottom-right-corner{
z-index: 2001 !important;
}
@@ -123,7 +123,6 @@
.vex.vex-theme-plain {
padding: 0px !important;
position: relative !important;
- z-index: 2001 !important;
top: -42px !important;
}
.vex-open .vex-overlay {
More information about the Libreoffice-commits
mailing list