loleaflet/css/toolbar.css | 8 ++++++++ 1 file changed, 8 insertions(+)
New commits: commit ecacf1752b05f26141297d03fca51b45178c9a74 Author: Pedro <[email protected]> AuthorDate: Mon Oct 14 14:56:14 2019 +0200 Commit: Szymon Kłos <[email protected]> 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 <[email protected]> Tested-by: Szymon Kłos <[email protected]> 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; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
