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

Henry Castro hcastro at collabora.com
Wed Mar 8 01:36:53 UTC 2017


 loleaflet/dist/loleaflet.css |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9f9e090039bb6719dc59908ab29f5c050705a699
Author: Henry Castro <hcastro at collabora.com>
Date:   Tue Mar 7 21:35:50 2017 -0400

    loleaflet: make annotation color consistent with the toolbar
    
    Change-Id: I7b153f01844f5be2c55d1760b75206d2ca96a01d

diff --git a/loleaflet/dist/loleaflet.css b/loleaflet/dist/loleaflet.css
index a5e3f05..14d6a93 100644
--- a/loleaflet/dist/loleaflet.css
+++ b/loleaflet/dist/loleaflet.css
@@ -140,9 +140,9 @@ body {
 	font-size: 13px;
 	text-align: left;
 	border-radius: 5px;
-	background-color: #f5f5f5;
+	background-color: #efefef;
 	box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
-	color: #333;
+	color: #222;
 	border: none;
 	border-radius: 2px;
 }


More information about the Libreoffice-commits mailing list