This commit is contained in:
Matthew Crossman 2021-01-18 11:16:02 +11:00
commit 1c9fd46e98
No known key found for this signature in database
GPG Key ID: 218BF1ABB2AABA24
1 changed files with 5 additions and 1 deletions

View File

@ -347,7 +347,11 @@ input[type="submit"], button.submit {
border-radius: 0px 5px 5px 0px;
}
button.submit { display: flex; }
button.submit {
display: flex;
align-items: center;
}
select:hover { background: var(--foreground); }
input[type="submit"]:hover, button.submit:hover {