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

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


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

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

    Impress: Style scrollbar when on mobile
    
    Change-Id: I0d99afc18835445e9b072f69d761aa6f72b287cc
    Reviewed-on: https://gerrit.libreoffice.org/80772
    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 063a37887..c03ec30c6 100644
--- a/loleaflet/css/toolbar.css
+++ b/loleaflet/css/toolbar.css
@@ -4,6 +4,14 @@
 	}
 }
 @media (max-width: 767px), (max-device-height: 767px) {
+	.mCSB_draggerRail {
+    background-color: #f9f9f9 !important;
+	}
+	.mCSB_dragger_bar {
+    margin-top: 8px !important;
+    height: 2px !important;
+    background-color: #69b1e0 !important;
+	}
 	#slide-sorter .preview-img{
 		    border-radius: 3px;
 				border-color: #eee;


More information about the Libreoffice-commits mailing list