mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
schedule recordings with a dialog
This commit is contained in:
parent
b1beb92143
commit
15c2f1606a
42 changed files with 1097 additions and 730 deletions
20
dashboard-ui/thirdparty/paper-button-style.css
vendored
20
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -570,7 +570,21 @@ paper-dialog paper-radio-group paper-radio-button {
|
|||
}
|
||||
}
|
||||
|
||||
paper-dialog.popupEditor .dialogHeader {
|
||||
div.dialogHeader {
|
||||
margin: 0 0 2.5em!important;
|
||||
padding: .35em 1em;
|
||||
background-color: #101010;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
line-height: normal;
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.dialogHeaderTitle {
|
||||
margin-left: .75em;
|
||||
}
|
||||
|
||||
paper-dialog.popupEditor h2.dialogHeader {
|
||||
font-weight: inherit !important;
|
||||
line-height: 36px;
|
||||
padding: 0 1em;
|
||||
|
@ -613,3 +627,7 @@ paper-toggle-button paper-ripple {
|
|||
paper-progress.mini #progressContainer {
|
||||
height: 3px !important;
|
||||
}
|
||||
|
||||
.formDialog.background-theme-b {
|
||||
background-color: #202020;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue