1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00
This commit is contained in:
lapineige 2024-02-25 13:33:12 +00:00 committed by Alexandre Aubin
parent f80fd234cc
commit c55c8a7396

View file

@ -15,3 +15,31 @@ h2 {
.checkbox label { .checkbox label {
font-weight: bold; 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;
}