[Libreoffice-commits] online.git: loleaflet/css loleaflet/images
Pedro (via logerrit)
logerrit at kemper.freedesktop.org
Thu Oct 24 13:40:27 UTC 2019
loleaflet/css/mobilewizard.css | 5 +++--
loleaflet/images/lc_listitem-selected.svg | 7 +++++++
2 files changed, 10 insertions(+), 2 deletions(-)
New commits:
commit f80d447fce891ab234ab9ca80b38ec702f1ad9bd
Author: Pedro <pedro.silva at collabora.com>
AuthorDate: Thu Oct 24 14:06:35 2019 +0200
Commit: Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Oct 24 15:40:08 2019 +0200
mobilewizard: add selected list icon and revert unselectable stylings
Change-Id: Icce7f43d99fd64304d701b860e08520f4a146755
Reviewed-on: https://gerrit.libreoffice.org/81451
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 b5b2d1d44..0ce1e3afe 100644
--- a/loleaflet/css/mobilewizard.css
+++ b/loleaflet/css/mobilewizard.css
@@ -214,10 +214,11 @@ 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;
}
+*/
p.mobile-wizard.ui-combobox-text.selected {
- background: url(images/lc_color-picker-selected.svg) no-repeat right;
- color: #000000 !important;
+ background: url(images/lc_listitem-selected.svg) no-repeat right;
}
diff --git a/loleaflet/images/lc_listitem-selected.svg b/loleaflet/images/lc_listitem-selected.svg
new file mode 100644
index 000000000..2c8124c21
--- /dev/null
+++ b/loleaflet/images/lc_listitem-selected.svg
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="20" height="20" version="1.1" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
+ <g stroke-width=".83333">
+ <path d="m0 0h20v20h-20z" fill="none"/>
+ <path d="m7.7417 13.575-2.9917-2.9917c-0.325-0.325-0.325-0.85 0-1.175s0.85-0.325 1.175 0l2.4083 2.4 5.7333-5.7333c0.325-0.325 0.85-0.325 1.175 0s0.325 0.85 0 1.175l-6.325 6.325c-0.31667 0.325-0.85 0.325-1.175 0z" fill="#0b87e7"/>
+ </g>
+</svg>
More information about the Libreoffice-commits
mailing list