1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update loading

This commit is contained in:
Luke Pulverenti 2016-08-04 00:39:19 -04:00
parent f7f42a9777
commit 5516424502
22 changed files with 739 additions and 145 deletions

View file

@ -23,14 +23,10 @@ body:not(.dashboardDocument) .mainDrawerButton {
background-attachment: initial;
}
.background-theme-b, .dialog.background-theme-b {
.background-theme-b .backgroundContainer:not(.withBackdrop), .dialog.background-theme-b {
background: #181818;
}
.backgroundContainer {
background-color: rgba(28,28,28,.92) !important;
}
.viewMenuBar {
/* It needs this in order to retain height since we're positioning the contents absolutely */
height: 50px;