loleaflet/css/toolbar-mobile.css |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 839cab9b65c6297a376ad0940a9925b604b6f1cd
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Mon Jan 13 15:06:05 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.si...@collabora.com>
CommitDate: Mon Jan 13 15:11:00 2020 +0100

    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.si...@collabora.com>
    Tested-by: Pedro Pinto da Silva <pedro.si...@collabora.com>

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;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to