diff --git a/src/elements/emby-input/emby-input.css b/src/elements/emby-input/emby-input.css index 57a46ec7b6..fae39d26b9 100644 --- a/src/elements/emby-input/emby-input.css +++ b/src/elements/emby-input/emby-input.css @@ -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%; diff --git a/src/themes/appletv/theme.css b/src/themes/appletv/theme.css index acc7ef8210..c705dcf51a 100644 --- a/src/themes/appletv/theme.css +++ b/src/themes/appletv/theme.css @@ -244,8 +244,8 @@ html { .emby-textarea { color: inherit; background: rgba(255, 255, 255, .9); - border: .07em solid rgba(0, 0, 0, .158); - border-radius: .15em + border: 0.16em solid rgba(0, 0, 0, .158); + border-radius: 0.2em } .emby-input:focus, diff --git a/src/themes/blueradiance/theme.css b/src/themes/blueradiance/theme.css index cd1999702e..51f246d55b 100644 --- a/src/themes/blueradiance/theme.css +++ b/src/themes/blueradiance/theme.css @@ -244,8 +244,8 @@ html { .emby-textarea { color: inherit; background: rgba(0, 0, 0, .5); - border: .07em solid transparent; - border-radius: .15em + border: 0.16em solid transparent; + border-radius: 0.2em } .emby-input:focus, diff --git a/src/themes/dark/theme.css b/src/themes/dark/theme.css index 1bcf3af28f..003dcc8106 100644 --- a/src/themes/dark/theme.css +++ b/src/themes/dark/theme.css @@ -225,8 +225,8 @@ html { .emby-textarea { color: inherit; background: #292929; - border: .07em solid #292929; - border-radius: .15em + border: 0.16em solid #292929; + border-radius: 0.2em } .emby-input:focus, diff --git a/src/themes/emby/theme.css b/src/themes/emby/theme.css index 15c329ce7d..584dbe6637 100644 --- a/src/themes/emby/theme.css +++ b/src/themes/emby/theme.css @@ -225,8 +225,8 @@ html { .emby-textarea { color: inherit; background: #292929; - border: .07em solid #292929; - border-radius: .15em + border: 0.16em solid #292929; + border-radius: 0.2em } .emby-input:focus, diff --git a/src/themes/light/theme.css b/src/themes/light/theme.css index 9f97054f34..932717c35d 100644 --- a/src/themes/light/theme.css +++ b/src/themes/light/theme.css @@ -245,8 +245,8 @@ html { .emby-textarea { color: inherit; background: #fff; - border: .07em solid rgba(0, 0, 0, .158); - border-radius: .15em + border: 0.16em solid rgba(0, 0, 0, .158); + border-radius: 0.2em } .emby-input:focus, diff --git a/src/themes/purple-haze/theme.css b/src/themes/purple-haze/theme.css index fb871b59f5..83bdb2b897 100644 --- a/src/themes/purple-haze/theme.css +++ b/src/themes/purple-haze/theme.css @@ -332,8 +332,8 @@ a[data-role=button] { .emby-textarea { color: inherit; background: rgba(0, 0, 0, .5); - border: .07em solid transparent; - border-radius: .15em + border: 0.16em solid transparent; + border-radius: 0.2em } .emby-input:focus, diff --git a/src/themes/wmc/theme.css b/src/themes/wmc/theme.css index 1f417b1706..c26b8bab3a 100644 --- a/src/themes/wmc/theme.css +++ b/src/themes/wmc/theme.css @@ -225,8 +225,8 @@ html { .emby-textarea { color: inherit; background: rgba(255, 255, 255, .2); - border: .07em solid rgba(255, 255, 255, .135); - border-radius: .15em + border: 0.16em solid rgba(255, 255, 255, .135); + border-radius: 0.2em } .emby-input:focus,