Add special styles for the placeholder option in select tags
Noticed this for the Rainbow Pool filters!
This commit is contained in:
parent
bba863b94b
commit
c985c50a1b
1 changed files with 9 additions and 0 deletions
|
@ -83,6 +83,15 @@ input[type=text], input[type=password], input[type=search], input[type=number],
|
|||
&:focus, &:active
|
||||
color: inherit
|
||||
|
||||
select:has(option[value='']:checked)
|
||||
color: #666
|
||||
|
||||
option[value='']
|
||||
color: #666
|
||||
|
||||
option:not([value=''])
|
||||
color: $text-color
|
||||
|
||||
textarea
|
||||
font: inherit
|
||||
|
||||
|
|
Loading…
Reference in a new issue