mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
add border color to tags autocomplete
This commit is contained in:
parent
fb6ecc6c5b
commit
4262837bc2
@ -1,5 +1,6 @@
|
|||||||
.inputChanged input,
|
.inputChanged input,
|
||||||
.inputChanged textarea,
|
.inputChanged textarea,
|
||||||
.inputChanged select {
|
.inputChanged select,
|
||||||
|
.inputChanged *[class$='control'] {
|
||||||
border: 1px solid var(--color-primary);
|
border: 1px solid var(--color-primary);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user