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

New commits:
commit 4d377c47bf9f357597d07a7139b0101710e13b1d
Author:     Pedro <pedro.si...@collabora.com>
AuthorDate: Fri Oct 25 17:31:07 2019 +0200
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Tue Oct 29 12:07:20 2019 +0100

    mobilewizard: improved lists (style selected vs unseleced items)
    
    Change-Id: Id1f3bf534a7f3769949cdf868e4ae8fcc3d08662
    Reviewed-on: https://gerrit.libreoffice.org/81511
    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 0ed0cc2af..5d296fbad 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -219,11 +219,12 @@ span#main-menu-btn-icon {
        background-repeat: no-repeat;
        background-size: auto;
 }
-/* DISABLED UNTIL WE HAVE DISTINTION BETWEEN SELECTABLE LISTS AND NORMAL LISTS
+
 p.mobile-wizard.ui-combobox-text:not(.selected) {
-       color: #00000095 !important;
+       color: #333333 !important;
 }
-*/
+
 p.mobile-wizard.ui-combobox-text.selected {
        background: url(images/lc_listitem-selected.svg) no-repeat right;
+       color: #0867af !important;
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to