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

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 15 08:35:54 UTC 2019


 loleaflet/css/toolbar.css |   11 +++++++++++
 1 file changed, 11 insertions(+)

New commits:
commit fbe25e0b162367f73ec4b51c5b08b40569b493e2
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Mon Oct 14 15:16:36 2019 +0200
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Tue Oct 15 10:35:36 2019 +0200

    Impress: Style add new slide btn
    
    Change-Id: Ic6eb5ab1a884683ecdf76d6b00c0b5461f5a2118
    Reviewed-on: https://gerrit.libreoffice.org/80775
    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 c03ec30c6..8906d1776 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -4,6 +4,17 @@
 	}
 }
 @media (max-width: 767px), (max-device-height: 767px) {
+	.leaflet-control-zoom.leaflet-bar{
+		border: none !important;
+	}
+	a.leaflet-control-zoom-in {
+    border-radius: 100px !important;
+		padding: 8px !important;
+		background-color: #0b87e7 !important;
+		color: white !important;
+		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.19) !important;
+		border: none !important;
+	}
 	.mCSB_draggerRail {
     background-color: #f9f9f9 !important;
 	}


More information about the Libreoffice-commits mailing list