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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 15 12:52:12 UTC 2019


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

New commits:
commit 659655485a8dadd1766317267ebfd947a1d5ed94
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Tue Oct 15 14:49:48 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Oct 15 14:51:54 2019 +0200

    spinfieldunit: fix color by adding !important
    
    Change-Id: I3e41b701c9024b01c805d3561265844da1adfe33
    Reviewed-on: https://gerrit.libreoffice.org/80834
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/css/toolbar.css b/loleaflet/css/toolbar.css
index c0aba2f08..6581602e3 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -1189,7 +1189,7 @@ menu-entry-with-icon.padding-left + menu-entry-icon.width */
 }
 
 .spinfieldunit {
-	color: #777;
+	color: #777 !important;
 	width: 30px;
 	margin: 0px 10px 0px 10px;
 }


More information about the Libreoffice-commits mailing list