loleaflet/css/mobilewizard.css | 7 +++++++ 1 file changed, 7 insertions(+)
New commits: commit 411c5d79b1cdb5bf959af970d4f7a955353ed9c5 Author: Pedro <pedro.si...@collabora.com> AuthorDate: Thu Oct 24 13:37:05 2019 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Thu Oct 24 13:40:05 2019 +0200 mobilewizard: add style to selected vs unselected items in item-list Change-Id: I520fed4f732ff77cf5d597de438051faa1279557 Reviewed-on: https://gerrit.libreoffice.org/81447 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 16e29ebc1..b5b2d1d44 100644 --- a/loleaflet/css/mobilewizard.css +++ b/loleaflet/css/mobilewizard.css @@ -214,3 +214,10 @@ span#main-menu-btn-icon { background-repeat: no-repeat; background-size: auto; } +p.mobile-wizard.ui-combobox-text:not(.selected) { + color: #00000095 !important; +} +p.mobile-wizard.ui-combobox-text.selected { + background: url(images/lc_color-picker-selected.svg) no-repeat right; + color: #000000 !important; +} _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits