Skip to content

Commit

Permalink
Re-add details css for docs (reverts part of PR 5359) (opencast#5367)
Browse files Browse the repository at this point in the history
See discussion at opencast#5359.
  • Loading branch information
ziegenberg authored Oct 27, 2023
2 parents 0f36ec7 + e2ebabb commit d1deaf3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/guides/admin/docs/css/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ a.header-link:hover {
opacity: 1;
}

details {
border-left: 2px solid silver;
padding: 5px;
margin-bottom: 10px;
margin-left: 10px;
}

details summary {
color: darkblue;
cursor: pointer;
Expand Down

0 comments on commit d1deaf3

Please sign in to comment.