mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move recording editor to popup
This commit is contained in:
parent
25f06c166b
commit
4d7b51f730
19 changed files with 322 additions and 248 deletions
|
@ -1033,6 +1033,13 @@ span.itemCommunityRating:not(:empty) + .userDataIcons {
|
|||
background-color: #52B54B;
|
||||
}
|
||||
|
||||
.seriesTimerIndicator {
|
||||
color: #cc3333;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
right: 5px;
|
||||
}
|
||||
|
||||
.playedIndicator + .syncIndicator {
|
||||
top: 32px;
|
||||
}
|
||||
|
|
|
@ -204,7 +204,7 @@
|
|||
|
||||
|
||||
.libraryViewNav .mdl-tabs__tab {
|
||||
color: #888 !important;
|
||||
color: #aaa !important;
|
||||
padding: 0 1.25em;
|
||||
float: none;
|
||||
flex-shrink: 0;
|
||||
|
@ -500,22 +500,6 @@ body:not(.dashboardDocument) .btnNotifications {
|
|||
color: #fff !important;
|
||||
}
|
||||
|
||||
.adminDrawerPanel #drawer .emby-collapsible-button {
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
.adminDrawerPanel #drawer .emby-collapsible-title {
|
||||
font-size: inherit;
|
||||
text-transform: none;
|
||||
margin: .7em 0;
|
||||
}
|
||||
|
||||
.adminDrawerPanel #drawer #expandButton {
|
||||
color: #333;
|
||||
}
|
||||
|
||||
.adminDrawerLogo {
|
||||
padding: 1.5em 1em 1.2em;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
|
|
|
@ -1554,3 +1554,23 @@ emby-collapsible > .style-scope {
|
|||
padding: 1em 1.25em;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.ui-body-b .emby-collapsible-button {
|
||||
border: 1px solid #222;
|
||||
background-color: #444;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
.ui-body-b .emby-collapsible-title {
|
||||
margin: .25em 0;
|
||||
color: #fff;
|
||||
padding: 0 0 0 .5em;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.ui-body-b .emby-collapsible-content {
|
||||
border: 1px solid #222;
|
||||
border-width: 0 1px 1px 1px;
|
||||
padding: 1em 1.25em;
|
||||
background-color: #333;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue