How to style Disabled Options in a form

后端 未结 8 1641
不思量自难忘°
不思量自难忘° 2020-12-10 10:39

I\'m using a form with a drop-down menu that contains some options disabled, so the users cannot select them. I\'m trying to customize via css these elements but I have some

8条回答
  •  自闭症患者
    2020-12-10 11:19

    I do not think you can target an option tag using pure CSS; you can only modify a select tag.

    • Effort to modify a select tag.
    • Same effort to modify an option tag.

    However, there are workarounds. See this question.

提交回复
热议问题