mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 06:47:52 +01:00
Remove search bar focus border
This commit is contained in:
parent
8dccaee0b0
commit
d3d67627f3
1 changed files with 5 additions and 0 deletions
|
@ -53,3 +53,8 @@ form {
|
|||
margin-top: 1px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
input:focus {
|
||||
box-shadow: none;
|
||||
border-color: #1b1f2c;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue