【发布时间】:2021-10-13 10:38:00
【问题描述】:
我有一个透明背景的下拉菜单。它在 Chrome 中运行良好,但在 Safari 中,select 具有这种灰色渐变背景。
这是我的 CSS:
div.controls {
div.wrapper {
select {
background: transparent;
border: none;
color: blue;
width: 100px;
text-overflow: ellipsis;
option {
width: 200px;
}
}
}
}
我该如何解决这个问题?
【问题讨论】: