fix: style extension language selector

This commit is contained in:
2026-07-14 08:00:45 +08:00
parent a80a2b55e6
commit 9a96883c87
3 changed files with 22 additions and 2 deletions
+11 -1
View File
@@ -145,7 +145,17 @@ select {
margin-top: 5px;
border: 1px solid #374151;
border-radius: 4px;
padding: 7px 8px;
padding: 7px 30px 7px 8px;
appearance: none;
background-color: #0f172a;
background-image: linear-gradient(45deg, transparent 50%, #94a3b8 50%), linear-gradient(135deg, #94a3b8 50%, transparent 50%);
background-position: calc(100% - 16px) 50%, calc(100% - 11px) 50%;
background-size: 5px 5px, 5px 5px;
background-repeat: no-repeat;
color: #e5e7eb;
}
select option {
background: #0f172a;
color: #e5e7eb;
}