This commit is contained in:
rmoren97 2026-02-13 15:55:12 -08:00
parent 5c46dfd939
commit 7edef35d7f

View File

@ -60,7 +60,13 @@ body {
}
select.glass-input {
appearance: none;
-webkit-appearance: none;
color-scheme: dark;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
padding-right: 36px;
}
select option {