mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +00:00
LibWeb: Add rudimentary styling to <details>
and <summary>
This commit is contained in:
parent
d702678d16
commit
2f3e24d71e
1 changed files with 10 additions and 0 deletions
|
@ -233,3 +233,13 @@ input[type=text] {
|
||||||
option {
|
option {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
details {
|
||||||
|
display: block;
|
||||||
|
padding-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
summary {
|
||||||
|
display: block;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue