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

Fix videoosd header styles

This commit is contained in:
Bill Thornton 2019-09-25 00:20:32 -04:00
parent 76ec5e088b
commit c77803af89

View file

@ -19,10 +19,10 @@
transition: opacity .3s ease-out; transition: opacity .3s ease-out;
position: relative; position: relative;
z-index: 1; z-index: 1;
background-color: rgba(0, 0, 0, 0.7) !important; background: rgba(0, 0, 0, 0.7) !important;
-webkit-backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
backdrop-filter: none !important; backdrop-filter: none !important;
color: #eee color: #eee !important;
} }
.osdHeader-hidden { .osdHeader-hidden {