LSP: display default option in select input type

This commit is contained in:
Cat 2017-10-23 10:39:51 +02:00 committed by Thulinma
parent 816896b7b9
commit a2fc7a19eb
3 changed files with 129 additions and 125 deletions

View file

@ -295,6 +295,9 @@ textarea.embed_code {
select option[disabled] {
display: none;
}
select option[value=""] {
color: #808080;
}
.description {
color: #777;