[Libreoffice-commits] online.git: loleaflet/css

Andras Timar (via logerrit) logerrit at kemper.freedesktop.org
Sun May 10 06:30:21 UTC 2020


 loleaflet/css/loleaflet.css |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c16218061ede373158d802a68b4159c4a608e4d3
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 08:29:21 2020 +0200

    MSForms: white background of drop-down-field-list (it was transparent)
    
    Change-Id: I315cdc29643d0fddb6704610cb4ed72c03ee3e8b

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