mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-04 17:07:22 +00:00
Hide webkit-search-cancel-button
This commit is contained in:
parent
8285f795b0
commit
8b55796d63
1 changed files with 5 additions and 0 deletions
|
|
@ -26,10 +26,15 @@
|
|||
color: var(--main-color);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.ifplayer .inputBox:focus::placeholder {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.ifplayer .inputBox::-webkit-search-cancel-button {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ifplayer .textBuffer {
|
||||
flex: 2 1 auto;
|
||||
overflow-y: scroll;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue