Update style.css
Add usability for spoiler O_o O_o
This commit is contained in:
parent
09276b44fa
commit
c7f0969bfd
1 changed files with 8 additions and 0 deletions
|
@ -181,10 +181,18 @@ body,
|
|||
opacity: 0.6;
|
||||
}
|
||||
|
||||
html[lang="ru"] #fork summary::after {
|
||||
content: "(открыть)";
|
||||
}
|
||||
|
||||
#fork details[open] > summary::after {
|
||||
content: "(click to close)";
|
||||
}
|
||||
|
||||
html[lang="ru"] #fork details[open] > summary::after {
|
||||
content: "(закрыть)";
|
||||
}
|
||||
|
||||
#fork select {
|
||||
background-color: #D3B58D;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue