Fix arrow alignment
This commit is contained in:
parent
dd60cb5b2b
commit
738941d830
1 changed files with 5 additions and 1 deletions
|
@ -289,7 +289,11 @@ input[type="submit"], button.submit {
|
||||||
border-radius: 0px 5px 5px 0px;
|
border-radius: 0px 5px 5px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.submit { display: flex; }
|
button.submit {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
select:hover { background: var(--foreground); }
|
select:hover { background: var(--foreground); }
|
||||||
|
|
||||||
input[type="submit"]:hover, button.submit:hover {
|
input[type="submit"]:hover, button.submit:hover {
|
||||||
|
|
Loading…
Reference in a new issue