mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Increased the intensity of shadow behind OSD controls
This commit is contained in:
@@ -2619,6 +2619,14 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
|||||||
margin-top: 4em;
|
margin-top: 4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.videoOsdBottom.videoOsdBottom-maincontrols {
|
||||||
|
background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.8), hsla(0, 0%, 0%, 0));
|
||||||
|
}
|
||||||
|
|
||||||
|
.skinHeader-withBackground.osdHeader {
|
||||||
|
background: linear-gradient(180deg, hsla(0, 0%, 0%, 0.8), hsla(0, 0%, 0%, 0));
|
||||||
|
}
|
||||||
|
|
||||||
/* this is the default header, visible in home and libraries */
|
/* this is the default header, visible in home and libraries */
|
||||||
.skinHeader-blurred:not(.osdHeader) {
|
.skinHeader-blurred:not(.osdHeader) {
|
||||||
backdrop-filter: var(--blurDefault);
|
backdrop-filter: var(--blurDefault);
|
||||||
|
Reference in New Issue
Block a user