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

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


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

New commits:
commit daf8f68418ee02abf529f57fc3169d7ea6e08b57
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 08:37:07 2020 +0200

    MSForms: white background of drop-down-field-list (not black :))
    
    Change-Id: I633fff952f10d95ed120494dbb3f75dd4e9bbc2e

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 {


More information about the Libreoffice-commits mailing list