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

Mihai Varga mihai.varga at collabora.com
Wed Jul 29 08:08:12 PDT 2015


 loleaflet/dist/leaflet.css |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 9339004176ba6adf06725cec008cd82042632ba3
Author: Mihai Varga <mihai.varga at collabora.com>
Date:   Wed Jul 29 18:07:50 2015 +0300

    loleaflet: no rectangle around toolbar buttons

diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css
index dc6ae45..da34f0c 100644
--- a/loleaflet/dist/leaflet.css
+++ b/loleaflet/dist/leaflet.css
@@ -309,6 +309,7 @@
 /* Toolbar buttons control */
 
 .leaflet-control-buttons-container {
+	box-shadow: 0 0 0;
 	}
 
 .leaflet-control-buttons,
@@ -553,6 +554,7 @@ a.leaflet-control-buttons:hover:first-child {
 	}
 
 #document-container {
+	border-top: 2px solid #B6B6B6;
 	background: #DFDFDF;
 	position: absolute;
 	top: 65px;
@@ -727,7 +729,6 @@ a.leaflet-control-buttons:hover:first-child {
 	}
 
 #toolbar {
-	border-bottom: 2px solid #B6B6B6;
 	position: fixed;
 	top: 0;
 	left: 0;


More information about the Libreoffice-commits mailing list