help3xsl/default.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
New commits: commit ff44bbe7087cf87977103627f55a8b1b5c9ffb89 Author: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Date: Mon Jan 15 16:29:20 2018 +0200 tdf#114907 Expand and collapse symbols for Contents Unicode like it's 1993. Change-Id: I625dc220341db788dd578c210ef2f368bec58199 Reviewed-on: https://gerrit.libreoffice.org/47902 Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org> Tested-by: Olivier Hallot <olivier.hal...@libreoffice.org> diff --git a/help3xsl/default.css b/help3xsl/default.css index 0236011dc..9efce4d33 100644 --- a/help3xsl/default.css +++ b/help3xsl/default.css @@ -485,15 +485,14 @@ aside input[type=checkbox]:checked ~ .contents-treeview { background-position: 18px 0; } .contents-treeview label:before { - content: "🖿"; + content: "⊞"; color: #18A303; width: 16px; margin: 0 5px 0 0; - background-position: 0 -32px; display: inline-block; } .contents-treeview input:checked + label::before { - background-position: 0 -16px; + content: "⊟"; } /* webkit adjacent element selector bugfix */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits