From 79e8d3e4c4a21db5bd9883b43e170988997e2db8 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 25 Feb 2024 13:33:12 +0000 Subject: [PATCH] v0.8.1 --- tools/app_generator/static/stylesheet.css | 28 +++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/tools/app_generator/static/stylesheet.css b/tools/app_generator/static/stylesheet.css index 466d7c7..d21d076 100644 --- a/tools/app_generator/static/stylesheet.css +++ b/tools/app_generator/static/stylesheet.css @@ -15,3 +15,31 @@ h2 { .checkbox label { font-weight: bold; } + + + +.active, .collapse-button:hover { + background-color: #318ddc; +} + +.collapse-title:after { + content: '\002B'; + color: white; + font-weight: bold; + float: right; + margin-left: 5px; +} + +.expanded .collapse-title::after { + content: "\2212"; +} + +.collapsed { + padding: 0px 15px 0px 15px; +} + +.collapsible { + max-height: 0px; + overflow: hidden; + transition: max-height 0.2s ease-out; +} \ No newline at end of file