diff options
author | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2018-02-09 13:42:21 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2018-08-07 17:52:23 +0200 |
commit | 5038dfe645eee3c9cd8e37b28dbe934bd4ba8376 (patch) | |
tree | 14940f09bf9449b0d7ecfcdea98e9932f9deb15f /help3xsl/default.css | |
parent | 6d20242765d64ea307334a1d6d39beebf9942494 (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.css | 8 |
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) { |