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:
parent
069c95e9e5
commit
839cab9b65
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue