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);
|
color: var(--main-color);
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ifplayer .inputBox:focus::placeholder {
|
.ifplayer .inputBox:focus::placeholder {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ifplayer .inputBox::-webkit-search-cancel-button {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.ifplayer .textBuffer {
|
.ifplayer .textBuffer {
|
||||||
flex: 2 1 auto;
|
flex: 2 1 auto;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue