web/DonateOptionsCard: recolor the focus border of input container
also removed additional 0.5px that got partially cropped
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user