forked from mirrors/bookwyrm
Update bookwyrm.css
This commit is contained in:
parent
5afd59f4d4
commit
85486dcfad
1 changed files with 4 additions and 4 deletions
|
@ -125,6 +125,10 @@ input[type=file]::file-selector-button:hover {
|
||||||
/** General `details` element styles
|
/** General `details` element styles
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
|
summary {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
summary::-webkit-details-marker {
|
summary::-webkit-details-marker {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -133,10 +137,6 @@ summary::marker {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
summary {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.detail-pinned-button summary {
|
.detail-pinned-button summary {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
Loading…
Reference in a new issue