mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
LibWeb: Make <option> elements display:none in the default CSS for now
This commit is contained in:
parent
8062fc711c
commit
c7d1f73990
1 changed files with 4 additions and 0 deletions
|
@ -205,3 +205,7 @@ input[type=text] {
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
min-height: 16px;
|
min-height: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
option {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue