add spoiler to editor
This commit is contained in:
parent
77eae18581
commit
003818a9cc
1 changed files with 9 additions and 0 deletions
|
@ -256,3 +256,12 @@ a.view-pdf {
|
||||||
margin-left: 1.3em;
|
margin-left: 1.3em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
details summary {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
details[open] p {
|
||||||
|
background: #b0f5d7;
|
||||||
|
padding: 0.3em !important;
|
||||||
|
border: 1px solid grey;
|
||||||
|
border-radius: 4px;
|
||||||
|
}
|
Loading…
Reference in a new issue