diff --git a/module/doc/css/tablecontents.css b/module/doc/css/tablecontents.css index eb2e06adff..435936a186 100644 --- a/module/doc/css/tablecontents.css +++ b/module/doc/css/tablecontents.css @@ -19,5 +19,5 @@ span.dotted-line+a {display: block;} #modules li.doc:before, .chapterNode:before, .independent:before {content: " "; width: 100%; border-bottom: 1px dashed #b5b9c5; position: absolute; top: 13px; right: 0; left: 30px;} .doc-title {display: inline-block !important; position: relative; padding-right: 10px;} .tree li.has-list.open:before {content: unset;} -i.icon-file-text {color: #D0D2D6; font-size: 14px;} +#modules i.icon-file-text {color: #D0D2D6; font-size: 14px;} .tree li>a {max-width: 80%;}