loleaflet/css/mobilewizard.css |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 0aa65e790d91d47070d9e740f0f325ee7578e123
Author:     Pedro <pedro.si...@collabora.com>
AuthorDate: Thu Oct 17 14:04:07 2019 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Thu Oct 17 14:07:07 2019 +0200

    mobilewizard: content: hide img elements for when is not applicable
    
    Change-Id: I9309dd17129d25c4da52638cf4539a7406caae7c
    Reviewed-on: https://gerrit.libreoffice.org/80941
    Reviewed-by: Szymon Kłos <szymon.k...@collabora.com>
    Tested-by: Szymon Kłos <szymon.k...@collabora.com>

diff --git a/loleaflet/css/mobilewizard.css b/loleaflet/css/mobilewizard.css
index 1cc9d6743..5be62f792 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -31,3 +31,7 @@ span.menu-entry-icon img {
 span#main-menu-btn-icon {
     filter: none !important;
 }
+
+       #leadingzeroes .spinfieldimage, #decimalplaces .spinfieldimage{
+               display: none;
+       }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to