mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update loading
This commit is contained in:
parent
f7f42a9777
commit
5516424502
22 changed files with 739 additions and 145 deletions
|
@ -754,6 +754,14 @@ a[data-role='button'], .type-interior button:not([data-role='none']):not(.clearB
|
|||
width: 50%;
|
||||
}
|
||||
|
||||
.activeSession .cardBox {
|
||||
-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
-ms-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
|
||||
border: 0 !important;
|
||||
}
|
||||
|
||||
.activeSession .cardPadder {
|
||||
padding-bottom: 56.25%;
|
||||
}
|
||||
|
@ -839,21 +847,12 @@ a[data-role='button'], .type-interior button:not([data-role='none']):not(.clearB
|
|||
color: #fff;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
bottom: 39px;
|
||||
}
|
||||
|
||||
.sessionTranscodingFramerate {
|
||||
position: absolute;
|
||||
left: 10px;
|
||||
bottom: 19px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.sessionNowPlayingStreamInfo {
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
bottom: 19px;
|
||||
white-space: nowrap;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.activeSession .transcodingProgress {
|
||||
|
|
|
@ -7,11 +7,16 @@
|
|||
margin-left: .5em;
|
||||
}
|
||||
|
||||
.background-theme-b, .dialog.background-theme-b {
|
||||
.background-theme-b .backgroundContainer, .dialog.background-theme-b {
|
||||
background-color: #121314;
|
||||
/*background: radial-gradient(circle, #282828, #141414);*/
|
||||
}
|
||||
|
||||
.background-theme-b .backgroundContainer.withBackdrop {
|
||||
background-color: rgba(6, 6,6, .9);
|
||||
/*background: radial-gradient(circle, #282828, #141414);*/
|
||||
}
|
||||
|
||||
.ui-body-b {
|
||||
/* Need the important tag for paper dialogs with this class */
|
||||
color: #fff !important;
|
||||
|
@ -30,10 +35,6 @@
|
|||
z-index: -1;
|
||||
}
|
||||
|
||||
.withBackdrop {
|
||||
background-color: rgba(6, 6,6, .9);
|
||||
}
|
||||
|
||||
.pageWithAbsoluteTabs neon-animatable {
|
||||
z-index: 2;
|
||||
}
|
||||
|
|
|
@ -311,7 +311,7 @@ textarea {
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.background-theme-a, .dialog.background-theme-a {
|
||||
.background-theme-a .backgroundContainer, .dialog.background-theme-a {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
|
@ -653,9 +653,9 @@ progress {
|
|||
color: #555;
|
||||
}
|
||||
|
||||
.ui-body-a .inputLabelFocused, .ui-body-a .textareaLabelFocused, .ui-body-a .selectLabelFocused {
|
||||
color: green;
|
||||
}
|
||||
.ui-body-a .inputLabelFocused, .ui-body-a .textareaLabelFocused, .ui-body-a .selectLabelFocused {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.ui-body-a .selectLabelUnfocused, .ui-body-a .paperListLabel, .ui-body-a .fieldDescription {
|
||||
color: #555;
|
||||
|
@ -668,4 +668,4 @@ progress {
|
|||
|
||||
.ui-body-a .cardFooter .cardText + .cardText {
|
||||
opacity: .8;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue