mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove paper inputs
This commit is contained in:
parent
4a296d5125
commit
0ffbd3d563
12 changed files with 445 additions and 456 deletions
|
@ -11,7 +11,7 @@
|
|||
box-sizing: border-box;
|
||||
/* Remove select styling */
|
||||
/* Font size must the 16px or larger to prevent iOS page zoom on focus */
|
||||
font-size: inherit;
|
||||
font-size: 110%;
|
||||
/* General select styles: change as needed */
|
||||
font-family: inherit;
|
||||
font-weight: inherit;
|
||||
|
@ -34,7 +34,7 @@
|
|||
|
||||
.inputLabel-float {
|
||||
transform-origin: left top;
|
||||
transform: scale(1.3,1.3) translateY(86%);
|
||||
transform: scale(1.25,1.25) translateY(94%);
|
||||
}
|
||||
|
||||
.inputLabelFocused {
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
label.classList.add('inputLabel');
|
||||
label.classList.add('inputLabelUnfocused');
|
||||
|
||||
var instanceSupportsFloat = supportsFloatingLabel && this.type != 'date';
|
||||
var instanceSupportsFloat = supportsFloatingLabel && this.type != 'date' && this.type != 'time';
|
||||
|
||||
label.htmlFor = this.id;
|
||||
parentNode.insertBefore(label, this);
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
box-sizing: border-box;
|
||||
/* Remove select styling */
|
||||
/* Font size must the 16px or larger to prevent iOS page zoom on focus */
|
||||
font-size: inherit;
|
||||
font-size: 110%;
|
||||
/* General select styles: change as needed */
|
||||
font-family: inherit;
|
||||
font-weight: inherit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue