feat: Style language chooser
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6f7cf6e873
commit
63d3a44e4b
@ -222,7 +222,7 @@ input.measurement {
|
||||
border-bottom-left-radius: 8px;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
width: 20%;
|
||||
width: 15%;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
@ -247,4 +247,12 @@ input.measurement {
|
||||
|
||||
.tooltip:hover .tooltiptext {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
select, option {
|
||||
background-color: var(--primary-light-one);
|
||||
border-radius: 0.2rem;
|
||||
border: none;
|
||||
color: var(--text-one);
|
||||
width: 100%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user