mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix video player time display
This commit is contained in:
parent
e88f66812d
commit
939e545723
21 changed files with 149 additions and 115 deletions
12
dashboard-ui/thirdparty/paper-button-style.css
vendored
12
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -230,11 +230,11 @@ iron-overlay-backdrop {
|
|||
padding: 0 12px;
|
||||
}
|
||||
|
||||
paper-dialog > *:last-child {
|
||||
paper-dialog > *:last-child:not(.buttons) {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
paper-dialog > *:first-child {
|
||||
paper-dialog > *:first-child:not(h2) {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
|
@ -242,10 +242,10 @@ paper-icon-button paper-ripple {
|
|||
color: inherit !important;
|
||||
}
|
||||
|
||||
iron-overlay-backdrop {
|
||||
paper-dialog + iron-overlay-backdrop {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
iron-overlay-backdrop.visibleBackground {
|
||||
background-color: #000 !important;
|
||||
}
|
||||
paper-dialog[role="alertdialog"] + iron-overlay-backdrop {
|
||||
background-color: #000 !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue