mirror of
https://github.com/YunoHost/apps.git
synced 2024-09-03 20:06:07 +02:00
v0.8.1
This commit is contained in:
parent
f80fd234cc
commit
c55c8a7396
1 changed files with 28 additions and 0 deletions
|
@ -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;
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue