web/DonateOptionsCard: recolor the focus border of input container
also removed additional 0.5px that got partially cropped
This commit is contained in:
parent
f0ce0ccef7
commit
1fe419784d
1 changed files with 1 additions and 2 deletions
|
@ -245,8 +245,7 @@
|
|||
}
|
||||
|
||||
#input-container.focused {
|
||||
box-shadow: 0 0 0 1.5px var(--blue) inset;
|
||||
outline: var(--blue) 0.5px solid;
|
||||
box-shadow: 0 0 0 2px var(--white) inset;
|
||||
}
|
||||
|
||||
#donation-custom-submit {
|
||||
|
|
Loading…
Reference in a new issue