mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
Polishing the UI
This commit is contained in:
parent
54aa02555a
commit
7cbc19ed39
4 changed files with 41 additions and 11 deletions
|
|
@ -22,6 +22,14 @@
|
|||
margin-top: var(--input-box-margin);
|
||||
}
|
||||
|
||||
.ifplayer .inputBox::placeholder {
|
||||
color: var(--main-color);
|
||||
opacity: 1;
|
||||
}
|
||||
.ifplayer .inputBox:focus::placeholder {
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.ifplayer .textBuffer {
|
||||
flex: 2 1 auto;
|
||||
overflow-y: scroll;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue