Merge pull request #478 from thornbill/videoosd-style

Fix video osd header styles
This commit is contained in:
dkanada 2019-09-26 22:52:42 +09:00 committed by GitHub
commit d975b1743f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,10 +19,10 @@
transition: opacity .3s ease-out;
position: relative;
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;
backdrop-filter: none !important;
color: #eee
color: #eee !important;
}
.osdHeader-hidden {