LSP: display default option in select input type
This commit is contained in:
parent
816896b7b9
commit
a2fc7a19eb
3 changed files with 129 additions and 125 deletions
|
@ -295,6 +295,9 @@ textarea.embed_code {
|
|||
select option[disabled] {
|
||||
display: none;
|
||||
}
|
||||
select option[value=""] {
|
||||
color: #808080;
|
||||
}
|
||||
|
||||
.description {
|
||||
color: #777;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue