63 lines
1.2 KiB
CSS
63 lines
1.2 KiB
CSS
.emby-textarea {
|
|
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: inherit;
|
|
|
|
/* General select styles: change as needed */
|
|
font-family: inherit;
|
|
font-weight: inherit;
|
|
color: inherit;
|
|
padding: 0.35em 0.25em;
|
|
|
|
/* Prevent padding from causing width overflow */
|
|
box-sizing: border-box;
|
|
outline: none !important;
|
|
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
width: 100%;
|
|
}
|
|
|
|
.emby-textarea::-moz-focus-inner {
|
|
border: 0;
|
|
}
|
|
|
|
.textareaLabel {
|
|
display: inline-block;
|
|
transition: all 0.2s ease-out;
|
|
margin-bottom: 0.25em;
|
|
}
|
|
|
|
.emby-textarea + .fieldDescription {
|
|
margin-top: 0.25em;
|
|
}
|
|
|
|
.sso-role-mapping-container,
|
|
.sso-bordered-list {
|
|
/*
|
|
border-color: #101010;
|
|
border-color: #383838;
|
|
*/
|
|
border-color: rgba(255, 255, 255, 0.135);
|
|
|
|
padding-top: 0.5em;
|
|
border-style: solid;
|
|
margin-top: 0.25em;
|
|
}
|
|
.sso-role-mapping-container + .sso-role-mapping-container,
|
|
.sso-bordered-list + .sso-bordered-list {
|
|
margin-top: 1em;
|
|
}
|
|
|
|
.sso-role-mapping-container .sso-folder-list {
|
|
padding-left: 1em;
|
|
padding-bottom: 0.25em;
|
|
}
|
|
|
|
.sso-role-mapping-input-label {
|
|
padding-left: 0.5em;
|
|
}
|