feat: Style language chooser
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
moanos [he/him] 2024-07-31 20:45:55 +02:00
parent 6f7cf6e873
commit 63d3a44e4b

View File

@ -222,7 +222,7 @@ input.measurement {
border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
border: none; border: none;
font-weight: bold; font-weight: bold;
width: 20%; width: 15%;
margin-left: auto; margin-left: auto;
} }
@ -247,4 +247,12 @@ input.measurement {
.tooltip:hover .tooltiptext { .tooltip:hover .tooltiptext {
visibility: visible; visibility: visible;
}
select, option {
background-color: var(--primary-light-one);
border-radius: 0.2rem;
border: none;
color: var(--text-one);
width: 100%;
} }