Update: 调整深色模式下下拉列表搜索框的颜色

This commit is contained in:
王立帮
2024-10-28 16:36:13 +08:00
parent 593456040a
commit 9e9a93439c

View File

@@ -92,7 +92,8 @@ html[data-bs-theme=light] .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 {