jellyfish-web/dashboard-ui/bower_components/emby-webcomponents/emby-textarea/emby-textarea.css

31 lines
658 B
CSS
Raw Normal View History

2018-10-23 01:13:23 +03:00
.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
}