2026-04-04 15:42:26 +02:00
|
|
|
.select {
|
|
|
|
|
appearance: none;
|
|
|
|
|
background: transparent;
|
2026-04-04 15:53:09 +02:00
|
|
|
border: none;
|
2026-04-04 16:01:58 +02:00
|
|
|
padding: 0 14px 0 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
font: inherit;
|
2026-04-04 15:53:09 +02:00
|
|
|
color: inherit;
|
2026-04-04 16:01:58 +02:00
|
|
|
text-transform: inherit;
|
|
|
|
|
letter-spacing: inherit;
|
2026-04-04 15:42:26 +02:00
|
|
|
cursor: pointer;
|
|
|
|
|
outline: none;
|
2026-04-04 15:53:09 +02:00
|
|
|
line-height: 1;
|
|
|
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath d='M1 1l3 3 3-3' stroke='currentColor' fill='none' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
2026-04-04 15:42:26 +02:00
|
|
|
background-repeat: no-repeat;
|
2026-04-04 15:53:09 +02:00
|
|
|
background-position: right 0 center;
|
|
|
|
|
background-size: 8px 5px;
|
2026-04-04 15:42:26 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.select:focus-visible {
|
2026-04-04 15:53:09 +02:00
|
|
|
outline: 1px solid var(--accent);
|
2026-04-04 16:01:58 +02:00
|
|
|
outline-offset: 2px;
|
2026-04-04 15:53:09 +02:00
|
|
|
border-radius: 2px;
|
2026-04-04 15:42:26 +02:00
|
|
|
}
|