[Libreoffice-commits] online.git: loleaflet/css
Pedro (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 24 11:40:22 UTC 2019
loleaflet/css/mobilewizard.css | 7 +++++++
1 file changed, 7 insertions(+)
New commits:
commit 411c5d79b1cdb5bf959af970d4f7a955353ed9c5
Author: Pedro <pedro.silva at collabora.com>
AuthorDate: Thu Oct 24 13:37:05 2019 +0200
Commit: Szymon Kłos <szymon.klos at 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.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 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;
+}
More information about the Libreoffice-commits
mailing list