2018-10-23 01:13:23 +03:00
|
|
|
.emby-textarea {
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
margin-bottom: 0 !important;
|
2019-01-10 15:39:37 +03:00
|
|
|
/* Remove select styling */
|
|
|
|
/* Font size must the 16px or larger to prevent iOS page zoom on focus */
|
2018-10-23 01:13:23 +03:00
|
|
|
font-size: inherit;
|
2019-01-10 15:39:37 +03:00
|
|
|
/* General select styles: change as needed */
|
2018-10-23 01:13:23 +03:00
|
|
|
font-family: inherit;
|
|
|
|
font-weight: inherit;
|
|
|
|
color: inherit;
|
|
|
|
padding: .35em .25em;
|
2019-01-10 15:39:37 +03:00
|
|
|
/* Prevent padding from causing width overflow */
|
2018-10-23 01:13:23 +03:00
|
|
|
box-sizing: border-box;
|
2019-01-10 15:39:37 +03:00
|
|
|
outline: none !important;
|
2020-01-09 19:35:19 +01:00
|
|
|
-webkit-tap-highlight-color: rgba(0,0,0,0);
|
2019-01-10 15:39:37 +03:00
|
|
|
width: 100%;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
.emby-textarea::-moz-focus-inner {
|
|
|
|
border: 0;
|
|
|
|
}
|
2018-10-23 01:13:23 +03:00
|
|
|
|
|
|
|
.textareaLabel {
|
|
|
|
display: inline-block;
|
|
|
|
transition: all .2s ease-out;
|
2019-01-10 15:39:37 +03:00
|
|
|
margin-bottom: .25em;
|
2018-10-23 01:13:23 +03:00
|
|
|
}
|
|
|
|
|
2019-01-10 15:39:37 +03:00
|
|
|
.emby-textarea + .fieldDescription {
|
|
|
|
margin-top: .25em;
|
|
|
|
}
|