gpt4 book ai didi

jquery - 打开时更改 select 2 version 4 边框颜色

转载 作者:行者123 更新时间:2023-12-01 06:21:56 25 4
gpt4 key购买 nike

我尝试更改 select 2 版本 4 打开时的边框颜色:

.select2-dropdown--above {
border: 1px solid blue !important;;
border-bottom: none !important;

}

.select2-dropdown--below{
border: 1px solid blue !important;;
border-top: none !important;

}

代码:http://jsfiddle.net/7c0Lm033/

这是我得到的:

select 2

正如你所看到的,我无法更改选择 2 头颜色的颜色。我找不到任何可以更改标记颜色边框的独特选择器。

最佳答案

您可以将其添加到您的 CSS 中:

span.select2-selection--multiple[aria-expanded=true] {
border-color: blue !important;
}

See fiddle

关于jquery - 打开时更改 select 2 version 4 边框颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34429072/

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