[Libreoffice-commits] online.git: loleaflet/css
Pedro (via logerrit)
logerrit at kemper.freedesktop.org
Tue Oct 29 11:07:38 UTC 2019
loleaflet/css/mobilewizard.css | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
New commits:
commit 4d377c47bf9f357597d07a7139b0101710e13b1d
Author: Pedro <pedro.silva at collabora.com>
AuthorDate: Fri Oct 25 17:31:07 2019 +0200
Commit: Szymon Kłos <szymon.klos at 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.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 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;
}
More information about the Libreoffice-commits
mailing list