31 lines
No EOL
658 B
CSS
31 lines
No EOL
658 B
CSS
.emby-textarea {
|
|
display: block;
|
|
margin: 0;
|
|
margin-bottom: 0 !important;
|
|
font-size: inherit;
|
|
font-family: inherit;
|
|
font-weight: inherit;
|
|
color: inherit;
|
|
padding: .35em .25em;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
outline: 0 !important;
|
|
-webkit-tap-highlight-color: transparent;
|
|
width: 100%
|
|
}
|
|
|
|
.emby-textarea::-moz-focus-inner {
|
|
border: 0
|
|
}
|
|
|
|
.textareaLabel {
|
|
display: inline-block;
|
|
-webkit-transition: all .2s ease-out;
|
|
-o-transition: all .2s ease-out;
|
|
transition: all .2s ease-out;
|
|
margin-bottom: .25em
|
|
}
|
|
|
|
.emby-textarea+.fieldDescription {
|
|
margin-top: .25em
|
|
} |