diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2018-01-15 16:29:20 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-01-15 16:10:59 +0100 |
commit | ff44bbe7087cf87977103627f55a8b1b5c9ffb89 (patch) | |
tree | dff3f159c8e7b17d785e18880ccea832e2fa4033 | |
parent | 7ffe2eafbaa401f4bdea26d7b41f357567544afc (diff) |
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.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | help3xsl/default.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css index 0236011dc1..9efce4d33a 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 */ |