mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Darken background color
This commit is contained in:
parent
481cec5a74
commit
f8e655e295
@ -7,7 +7,7 @@ html {
|
|||||||
.wizardStartForm,
|
.wizardStartForm,
|
||||||
.ui-corner-all,
|
.ui-corner-all,
|
||||||
.ui-shadow {
|
.ui-shadow {
|
||||||
background-color: #1a1a1a
|
background-color: #101010
|
||||||
}
|
}
|
||||||
|
|
||||||
.emby-collapsible-button {
|
.emby-collapsible-button {
|
||||||
@ -16,7 +16,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.skinHeader-withBackground {
|
.skinHeader-withBackground {
|
||||||
background-color: #1a1a1a
|
background-color: #101010
|
||||||
}
|
}
|
||||||
|
|
||||||
.skinHeader.semiTransparent {
|
.skinHeader.semiTransparent {
|
||||||
@ -36,7 +36,7 @@ html {
|
|||||||
.backgroundContainer,
|
.backgroundContainer,
|
||||||
.dialog,
|
.dialog,
|
||||||
html {
|
html {
|
||||||
background-color: #1a1a1a
|
background-color: #101010
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgroundContainer.withBackdrop {
|
.backgroundContainer.withBackdrop {
|
||||||
@ -379,10 +379,10 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.itemBackdropFader {
|
.itemBackdropFader {
|
||||||
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#1a1a1a));
|
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#101010));
|
||||||
background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #1a1a1a);
|
background: -webkit-linear-gradient(rgba(0, 0, 0, 0), #101010);
|
||||||
background: -o-linear-gradient(rgba(0, 0, 0, 0), #1a1a1a);
|
background: -o-linear-gradient(rgba(0, 0, 0, 0), #101010);
|
||||||
background: linear-gradient(rgba(0, 0, 0, 0), #1a1a1a)
|
background: linear-gradient(rgba(0, 0, 0, 0), #101010)
|
||||||
}
|
}
|
||||||
|
|
||||||
.infoBanner {
|
.infoBanner {
|
||||||
|
Loading…
Reference in New Issue
Block a user