[Libreoffice-commits] online.git: Branch 'distro/collabora/co-4-2-3' - 2 commits - loleaflet/css
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Sun May 10 18:05:48 UTC 2020
loleaflet/css/loleaflet.css | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 29aa93e0a2396e42a07f405601827d96ddedabd7
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Sun May 10 08:37:07 2020 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Sun May 10 20:05:40 2020 +0200
MSForms: white background of drop-down-field-list (not black :))
Change-Id: I633fff952f10d95ed120494dbb3f75dd4e9bbc2e
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93933
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 02d1ee1ba..b2f788141 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -558,7 +558,7 @@ body {
position: absolute;
border: 1px solid;
cursor: pointer;
- background: #000000;
+ background: #ffffff;
}
.drop-down-field-list-item {
commit df8cd1ef3ada246af48d25899fedacc8a581b0ad
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Sun May 10 08:29:11 2020 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Sun May 10 20:05:29 2020 +0200
MSForms: white background of drop-down-field-list (it was transparent)
Change-Id: I315cdc29643d0fddb6704610cb4ed72c03ee3e8b
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93932
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/loleaflet/css/loleaflet.css b/loleaflet/css/loleaflet.css
index 227658acb..02d1ee1ba 100644
--- a/loleaflet/css/loleaflet.css
+++ b/loleaflet/css/loleaflet.css
@@ -558,6 +558,7 @@ body {
position: absolute;
border: 1px solid;
cursor: pointer;
+ background: #000000;
}
.drop-down-field-list-item {
More information about the Libreoffice-commits
mailing list