summaryrefslogtreecommitdiff
path: root/help3xsl/default.css
diff options
context:
space:
mode:
authorIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2018-02-09 13:42:21 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-02-09 19:01:56 +0100
commit863b926ed16b372800f75e8ac467afbf3443f61e (patch)
treedecca01dd7a689436b638707b915bfac8f8715f9 /help3xsl/default.css
parentb6bc8c1cfecc55bebff8dc64fddb63e3edc109b5 (diff)
Tweaked contents expansion
Stopped excluding main items. Highlighted current item. Harmonised the help.js indentation. Change-Id: I6b8f22940d077d008662a387071a5d5db04409f7 Reviewed-on: https://gerrit.libreoffice.org/49488 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.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/help3xsl/default.css b/help3xsl/default.css
index dc2a19972a..e797cd68c7 100644
--- a/help3xsl/default.css
+++ b/help3xsl/default.css
@@ -579,9 +579,6 @@ li.disabled a {
line-height: 16px;
vertical-align: middle;
}
-.contents-treeview label {
- background-position: 18px 0;
-}
.contents-treeview label:before {
content: "⊞";
color: #18A303;
@@ -592,6 +589,11 @@ li.disabled a {
.contents-treeview input:checked + label::before {
content: "⊟";
}
+.contents-current {
+ background-color: #18A303;
+ color: #FFF;
+ padding-right: 1px;
+}
/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {