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:
parent
df06442518
commit
3aceb5c1b2
8 changed files with 17 additions and 19 deletions
|
@ -2,14 +2,12 @@
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 0 !important;
|
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-family: inherit;
|
||||||
font-weight: inherit;
|
font-weight: inherit;
|
||||||
padding: .4em .25em;
|
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;
|
box-sizing: border-box;
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
|
@ -244,8 +244,8 @@ html {
|
||||||
.emby-textarea {
|
.emby-textarea {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background: rgba(255, 255, 255, .9);
|
background: rgba(255, 255, 255, .9);
|
||||||
border: .07em solid rgba(0, 0, 0, .158);
|
border: 0.16em solid rgba(0, 0, 0, .158);
|
||||||
border-radius: .15em
|
border-radius: 0.2em
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-input:focus,
|
.emby-input:focus,
|
||||||
|
|
|
@ -244,8 +244,8 @@ html {
|
||||||
.emby-textarea {
|
.emby-textarea {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background: rgba(0, 0, 0, .5);
|
background: rgba(0, 0, 0, .5);
|
||||||
border: .07em solid transparent;
|
border: 0.16em solid transparent;
|
||||||
border-radius: .15em
|
border-radius: 0.2em
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-input:focus,
|
.emby-input:focus,
|
||||||
|
|
|
@ -225,8 +225,8 @@ html {
|
||||||
.emby-textarea {
|
.emby-textarea {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background: #292929;
|
background: #292929;
|
||||||
border: .07em solid #292929;
|
border: 0.16em solid #292929;
|
||||||
border-radius: .15em
|
border-radius: 0.2em
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-input:focus,
|
.emby-input:focus,
|
||||||
|
|
|
@ -225,8 +225,8 @@ html {
|
||||||
.emby-textarea {
|
.emby-textarea {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background: #292929;
|
background: #292929;
|
||||||
border: .07em solid #292929;
|
border: 0.16em solid #292929;
|
||||||
border-radius: .15em
|
border-radius: 0.2em
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-input:focus,
|
.emby-input:focus,
|
||||||
|
|
|
@ -245,8 +245,8 @@ html {
|
||||||
.emby-textarea {
|
.emby-textarea {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
border: .07em solid rgba(0, 0, 0, .158);
|
border: 0.16em solid rgba(0, 0, 0, .158);
|
||||||
border-radius: .15em
|
border-radius: 0.2em
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-input:focus,
|
.emby-input:focus,
|
||||||
|
|
|
@ -332,8 +332,8 @@ a[data-role=button] {
|
||||||
.emby-textarea {
|
.emby-textarea {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background: rgba(0, 0, 0, .5);
|
background: rgba(0, 0, 0, .5);
|
||||||
border: .07em solid transparent;
|
border: 0.16em solid transparent;
|
||||||
border-radius: .15em
|
border-radius: 0.2em
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-input:focus,
|
.emby-input:focus,
|
||||||
|
|
|
@ -225,8 +225,8 @@ html {
|
||||||
.emby-textarea {
|
.emby-textarea {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
background: rgba(255, 255, 255, .2);
|
background: rgba(255, 255, 255, .2);
|
||||||
border: .07em solid rgba(255, 255, 255, .135);
|
border: 0.16em solid rgba(255, 255, 255, .135);
|
||||||
border-radius: .15em
|
border-radius: 0.2em
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-input:focus,
|
.emby-input:focus,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue