mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-12 13:17:45 +02:00
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 {
|
||||
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 {
|
||||
|
Reference in New Issue
Block a user