fix: style extension language selector
This commit is contained in:
+11
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user