mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-21 22:42:19 +00:00
style comments disclosure widget
This commit is contained in:
parent
c9f302adde
commit
ab9255d9c0
1 changed files with 13 additions and 0 deletions
|
@ -392,3 +392,16 @@ a.tinylytics_webring {
|
|||
hr {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
/* summary styling */
|
||||
details {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
details summary::before {
|
||||
content: 'Load ';
|
||||
}
|
||||
|
||||
details[open] summary::before {
|
||||
content: 'Hide ';
|
||||
}
|
Loading…
Reference in a new issue