summaryrefslogtreecommitdiff
path: root/loleaflet
diff options
context:
space:
mode:
authorPedro Pinto Silva <pedro.silva@collabora.com>2020-01-13 15:06:05 +0100
committerPedro Pinto da Silva <pedro.silva@collabora.com>2020-01-13 15:11:00 +0100
commit839cab9b65c6297a376ad0940a9925b604b6f1cd (patch)
tree673edef8076f49216fb7a942676a3bd73c49090b /loleaflet
parent069c95e9e5ebb9f716aa38abc9adc10910d73484 (diff)
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 <pedro.silva@collabora.com> Tested-by: Pedro Pinto da Silva <pedro.silva@collabora.com>
Diffstat (limited to 'loleaflet')
-rw-r--r--loleaflet/css/toolbar-mobile.css4
1 files changed, 3 insertions, 1 deletions
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;