Hide webkit-search-cancel-button

This commit is contained in:
He4eT 2021-03-03 17:02:07 +05:00
commit 8b55796d63

View file

@ -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;