From 8a8c665dfd25ba9f2b198bd9aa4c0d97e6505511 Mon Sep 17 00:00:00 2001 From: bonamin Date: Thu, 19 Feb 2026 08:51:52 +0200 Subject: [PATCH] Fixed padding in dropdown --- frontend/src/index.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/index.css b/frontend/src/index.css index 463a884..92682b4 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -93,6 +93,13 @@ select { background-color: var(--bg-input) !important; border-color: var(--border-input) !important; color: var(--text-primary) !important; + padding-right: 2rem !important; + 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.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important; + background-repeat: no-repeat !important; + background-position: right 0.6rem center !important; + background-size: 12px !important; + -webkit-appearance: none !important; + appearance: none !important; } input::placeholder, textarea::placeholder {