Update: 调整深色模式下下拉列表搜索框的颜色
This commit is contained in:
@@ -92,7 +92,8 @@ html[data-bs-theme=light] .select2-dropdown > .select2-search > input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
html[data-bs-theme=dark] .select2-dropdown > .select2-search > input {
|
html[data-bs-theme=dark] .select2-dropdown > .select2-search > input {
|
||||||
border-color: var(--lay-color-border-1);
|
border-color: #999;
|
||||||
|
background-color: #2a2a2b;
|
||||||
}
|
}
|
||||||
|
|
||||||
html[data-bs-theme=light] .select2-dropdown > .select2-search > input:focus {
|
html[data-bs-theme=light] .select2-dropdown > .select2-search > input:focus {
|
||||||
|
|||||||
Reference in New Issue
Block a user