web/DonateOptionsCard: recolor the focus border of input container

also removed additional 0.5px that got partially cropped
This commit is contained in:
wukko 2024-08-29 20:58:49 +06:00
parent f0ce0ccef7
commit 1fe419784d
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -245,8 +245,7 @@
} }
#input-container.focused { #input-container.focused {
box-shadow: 0 0 0 1.5px var(--blue) inset; box-shadow: 0 0 0 2px var(--white) inset;
outline: var(--blue) 0.5px solid;
} }
#donation-custom-submit { #donation-custom-submit {