mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update live tv segments
This commit is contained in:
parent
c86543dc59
commit
ec67431a0e
13 changed files with 118 additions and 340 deletions
41
dashboard-ui/thirdparty/paper-button-style.css
vendored
41
dashboard-ui/thirdparty/paper-button-style.css
vendored
|
@ -281,20 +281,20 @@ paper-fab {
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
paper-fab.mini {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
paper-fab.subdued {
|
||||
background: #484848;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
paper-fab.subdued paper-material.keyboard-focus {
|
||||
background: #686868 !important;
|
||||
paper-fab.mini {
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
paper-fab.subdued {
|
||||
background: #484848;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
paper-fab.subdued paper-material.keyboard-focus {
|
||||
background: #686868 !important;
|
||||
}
|
||||
|
||||
.ui-page-theme-b paper-fab[disabled].subdued {
|
||||
background: #222;
|
||||
}
|
||||
|
@ -348,12 +348,13 @@ paper-menu-item {
|
|||
-webkit-flex: none;
|
||||
flex: none;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.libraryViewNav paper-tabs {
|
||||
flex: none;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
flex-grow: 1;
|
||||
overflow-x: visible !important;
|
||||
}
|
||||
|
||||
|
@ -361,20 +362,20 @@ paper-menu-item {
|
|||
display: inline-block !important;
|
||||
flex: none;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.ui-page-theme-b paper-item-body [secondary] {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.ui-page-theme-b paper-checkbox paper-ripple {
|
||||
color: #fff !important;
|
||||
}
|
||||
.ui-page-theme-b paper-checkbox paper-ripple {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.ui-page-theme-b paper-checkbox #checkboxLabel.paper-checkbox {
|
||||
color: inherit;
|
||||
}
|
||||
.ui-page-theme-b paper-checkbox #checkboxLabel.paper-checkbox {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.ui-page-theme-b .paperCheckboxFieldDescription {
|
||||
color: #ccc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue