summaryrefslogtreecommitdiffstats
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2018-01-15 16:29:20 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-01-15 16:10:59 +0100
commitff44bbe7087cf87977103627f55a8b1b5c9ffb89 (patch)
treedff3f159c8e7b17d785e18880ccea832e2fa4033 /help3xsl/default.css
parentThat isn't specific to Calc (diff)
downloadhelp-ff44bbe7087cf87977103627f55a8b1b5c9ffb89.tar.gz
help-ff44bbe7087cf87977103627f55a8b1b5c9ffb89.zip
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>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css5
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 */