gpt4 book ai didi

css - 更改选择选项框的边框颜色

转载 作者:技术小花猫 更新时间:2023-10-29 11:43:35 25 4
gpt4 key购买 nike

我正在尝试更改 native 选择的选项框的边框颜色。我只需要支持 chrome( Electron 应用程序),所以不用担心向后兼容性。在下面的附图中,您可以看到橙色边框。那是我想要改变的颜色。

干杯!

enter image description here

最佳答案

在 select html 标签周围包裹一个 div 并设置该 div 的边框颜色。

<div style="border: 1px solid orange;">
<select>
....
</select>
</div>

https://jsfiddle.net/9r926pxs/1/

关于css - 更改选择选项框的边框颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40229831/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com