[Libreoffice-commits] online.git: loleaflet/css

Pedro (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 17 12:07:26 UTC 2019


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

New commits:
commit 0aa65e790d91d47070d9e740f0f325ee7578e123
Author:     Pedro <pedro.silva at collabora.com>
AuthorDate: Thu Oct 17 14:04:07 2019 +0200
Commit:     Szymon Kłos <szymon.klos at 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.klos at collabora.com>
    Tested-by: Szymon Kłos <szymon.klos at 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;
+	}


More information about the Libreoffice-commits mailing list