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>
This commit is contained in:
Pedro Pinto Silva 2020-01-13 15:06:05 +01:00 committed by Pedro Pinto da Silva
parent 069c95e9e5
commit 839cab9b65

View file

@ -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;