From e2ebabb0afb530a5c17c18040e9e08f29feea3f1 Mon Sep 17 00:00:00 2001 From: Katrin Ihler Date: Fri, 27 Oct 2023 12:08:46 +0200 Subject: [PATCH] Re-add details css for docs (reverts part of 3f1d643) Otherwise it's not apparent which part was the collapsed one. --- docs/guides/admin/docs/css/extra.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/guides/admin/docs/css/extra.css b/docs/guides/admin/docs/css/extra.css index 684a2360040..5784bfc2a23 100644 --- a/docs/guides/admin/docs/css/extra.css +++ b/docs/guides/admin/docs/css/extra.css @@ -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;