From 839cab9b65c6297a376ad0940a9925b604b6f1cd Mon Sep 17 00:00:00 2001 From: Pedro Pinto Silva Date: Mon, 13 Jan 2020 15:06:05 +0100 Subject: [PATCH] Increased the horizontal scroll indicator contrast, - which increases legibility even when there is a checked element underneath - also decreases its width so the element that is partially under is still interactive without the need to swipe it first Change-Id: I54fe3e3d0bd699246f76c77e929b3c4a250e0b82 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/86691 Reviewed-by: Pedro Pinto da Silva Tested-by: Pedro Pinto da Silva --- loleaflet/css/toolbar-mobile.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/loleaflet/css/toolbar-mobile.css b/loleaflet/css/toolbar-mobile.css index 8d11b4971..b9f09ab42 100644 --- a/loleaflet/css/toolbar-mobile.css +++ b/loleaflet/css/toolbar-mobile.css @@ -38,10 +38,12 @@ display: none; } #toolbar-down .w2ui-scroll-left, #toolbar-down .w2ui-scroll-right{ - background: linear-gradient(to left, #fff0 50%, #0b87e730 95%, #0a77cc52 100%); + background: linear-gradient(to left, #fff0 0%, #ccc 98%, #bbb 100%); height: 100%; + width: 8px; top: 0%; box-shadow: none; + border-radius: 0px; } #toolbar-down .w2ui-scroll-right{ right: 0;