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
|
|
@ -14,13 +14,25 @@
|
|||
font: inherit;
|
||||
}
|
||||
|
||||
.view.home select {
|
||||
cursor: pointer;
|
||||
appearance: none;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.view.home label {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
.view.home label input,
|
||||
.view.home label select {
|
||||
.view.home label input {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.view.home input[type='file'] {
|
||||
position: relative;
|
||||
font-size: 0;
|
||||
text-indent: -100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue