style: emoji picker search section consistency (#4889)
This commit is contained in:
parent
d638ed8882
commit
522cdc6873
1 changed files with 14 additions and 0 deletions
|
|
@ -678,3 +678,17 @@ div.web-view-spinner div.bar12 {
|
|||
.disable-autofill-style:-webkit-autofill:active {
|
||||
-webkit-background-clip: text;
|
||||
}
|
||||
|
||||
.epr-search-container > input {
|
||||
background-color: rgb(var(--color-background-90)) !important;
|
||||
color: rgb(var(--color-text-100)) !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.epr-search-container > input::placeholder {
|
||||
color: rgb(var(--color-text-400)) !important;
|
||||
}
|
||||
|
||||
.epr-search-container > .epr-icn-search {
|
||||
color: rgb(var(--color-text-400)) !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue