mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove paper-textarea
This commit is contained in:
parent
d8c4154947
commit
4848adf508
79 changed files with 10 additions and 7062 deletions
|
@ -175,17 +175,12 @@ paper-checkbox #checkmark {
|
|||
padding: .5em 0;
|
||||
}
|
||||
|
||||
paper-input label, paper-textarea label {
|
||||
font-size: 18px !important;
|
||||
font-family: inherit !important;
|
||||
}
|
||||
|
||||
.paperListLabel {
|
||||
font-size: 16px;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
paper-textarea.mono textarea {
|
||||
.textarea-mono {
|
||||
font-family: monospace !important;
|
||||
}
|
||||
|
||||
|
@ -194,18 +189,6 @@ paper-textarea.mono textarea {
|
|||
border-color: #52B54B;
|
||||
}
|
||||
|
||||
.ui-body-a .paper-input-container-0 .input-content.paper-input-container label, .ui-body-a .paper-input-container-0 .input-content.paper-input-container .paper-input-label, .ui-body-a paper-textarea label {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.ui-body-a .paper-input-container-0 .input-content.label-is-highlighted.paper-input-container label, .ui-body-a .paper-input-container-0 .input-content.label-is-highlighted.paper-input-container .paper-input-label {
|
||||
color: green;
|
||||
}
|
||||
|
||||
paper-input .focused-line, paper-textarea .focused-line {
|
||||
background-color: #52B54B !important;
|
||||
}
|
||||
|
||||
.paperList {
|
||||
padding: .5em 0;
|
||||
margin: 12px auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue