1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

small fix to input element border radius

This commit is contained in:
dkanada 2020-01-27 22:54:52 +09:00
parent df06442518
commit 3aceb5c1b2
8 changed files with 17 additions and 19 deletions

View file

@ -2,14 +2,12 @@
display: block;
margin: 0;
margin-bottom: 0 !important;
/* Remove select styling */
/* Font size must the 16px or larger to prevent iOS page zoom on focus */
font-size: 110%;
/* General select styles: change as needed */
font-family: inherit;
font-weight: inherit;
padding: .4em .25em;
/* Prevent padding from causing width overflow */
/* must the 16px or larger to prevent iOS page zoom on focus */
font-size: 110%;
/* prevent padding from causing width overflow */
box-sizing: border-box;
outline: none !important;
width: 100%;