summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */