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

Revert back theme style

This commit is contained in:
grafixeyehero 2019-11-29 00:33:44 +03:00
parent 7afdc4b2b1
commit 81b78035c0
5 changed files with 5 additions and 5 deletions

View file

@ -49,7 +49,7 @@ html {
} }
.backgroundContainer.withBackdrop { .backgroundContainer.withBackdrop {
opacity: .60 opacity: .86
} }
@media (orientation:portrait) { @media (orientation:portrait) {

View file

@ -36,7 +36,7 @@ html {
} }
.backgroundContainer.withBackdrop { .backgroundContainer.withBackdrop {
background-color: rgba(0, 0, 0, 0.60) background-color: rgba(0, 0, 0, .86)
} }
.paper-icon-button-light:hover:not(:disabled) { .paper-icon-button-light:hover:not(:disabled) {

View file

@ -36,7 +36,7 @@ html {
} }
.backgroundContainer.withBackdrop { .backgroundContainer.withBackdrop {
background-color: rgba(0, 0, 0, .60) background-color: rgba(0, 0, 0, .86)
} }
.paper-icon-button-light:hover:not(:disabled) { .paper-icon-button-light:hover:not(:disabled) {

View file

@ -49,7 +49,7 @@ html {
} }
.backgroundContainer.withBackdrop { .backgroundContainer.withBackdrop {
opacity: .60 opacity: .86
} }
@media (orientation:portrait) { @media (orientation:portrait) {

View file

@ -61,7 +61,7 @@ html {
} }
.backgroundContainer.withBackdrop { .backgroundContainer.withBackdrop {
background: rgba(17, 98, 164, .60) background: rgba(17, 98, 164, .9)
} }
.paper-icon-button-light:hover:not(:disabled) { .paper-icon-button-light:hover:not(:disabled) {