summaryrefslogtreecommitdiffstats
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2018-11-09 19:46:07 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-11-09 21:14:57 +0100
commit9fb9990b3568c973cc41d5600492e0791e44d40a (patch)
tree1f785629126da84d0974bf244d056b386df31437 /help3xsl/default.css
parentRelated: tdf#121134: Changing http to https where possible (diff)
downloadhelp-9fb9990b3568c973cc41d5600492e0791e44d40a.tar.gz
help-9fb9990b3568c973cc41d5600492e0791e44d40a.zip
tdf#119415 change from fuse.js to fuzzysort.js
Tied the index listing to the current module. Fuzzysort.js is MIT licensed. Change-Id: I5d95cc1870a1856089217846ed0af572abc882d7 Reviewed-on: https://gerrit.libreoffice.org/63203 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/default.css')
-rw-r--r--help3xsl/default.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index a67a036282..6fee232216 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -287,7 +287,7 @@ h6 {
.debug {
border: 1px solid black;
padding: 3px;
- display: show;
+ display: none;
background-color: #222;
color: red;
text-align: left;
@@ -563,13 +563,10 @@ aside input[type=checkbox]:checked ~ .contents-treeview {
.pagination a {
text-decoration: none;
}
-.fuseshown {
+.index a {
display: block;
}
-.fusehidden {
- display: none;
-}
-.fuseshown.hidden {
+.index .hidden {
display: none;
}
li.active {