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

New commits:
commit 403c1a5b41efded3422e69e5b1980f6fd69e9423
Author:     Pedro <pedro.si...@collabora.com>
AuthorDate: Wed Oct 16 14:35:38 2019 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Thu Oct 17 13:11:54 2019 +0200

    mobilewizard: avoid blurry icons by setting them to their size and adjust 
paddings
    
    Change-Id: I8d9459ec3e10470f560fbcd76a381c2546a0cec4
    Reviewed-on: https://gerrit.libreoffice.org/80890
    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 7ca085dc6..1cc9d6743 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -1,6 +1,6 @@
 span.menu-entry-icon img {
-    width: 24px;
-    margin: 4px;
+    width: 24px !important;
+    margin: 4px !important;
 }
 
 #mobile-wizard.menuwizard #mobile-wizard-content{
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to