diff --git a/src/app/globals.css b/src/app/globals.css index 4190c67..898c748 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -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 {