fix #394 - display now playing image ; add transparency to nowplayingbar on fullscreen
This commit is contained in:
parent
dd82890064
commit
1bae9609f6
1 changed files with 12 additions and 5 deletions
|
@ -717,6 +717,11 @@ progress {
|
||||||
#nowPlayingBar .highPosition {
|
#nowPlayingBar .highPosition {
|
||||||
z-index: 99999;
|
z-index: 99999;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
opacity: 0.5;
|
||||||
|
}
|
||||||
|
|
||||||
|
#nowPlayingBar .highPosition:hover:not(.barBackground ) {
|
||||||
|
opacity: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nowPlayingBar .barBackground {
|
#nowPlayingBar .barBackground {
|
||||||
|
@ -728,8 +733,9 @@ progress {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nowPlayingBar > *:not(#mediaElement):not(.mediaFlyoutContainer) {
|
#nowPlayingBar > *:not(#mediaElement):not(.mediaFlyoutContainer):not(.barBackground ) {
|
||||||
margin: 0 1em;
|
margin: 0 1em;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nowPlayingBarImage {
|
.nowPlayingBarImage {
|
||||||
|
@ -791,10 +797,10 @@ progress {
|
||||||
|
|
||||||
.fullscreenVideo {
|
.fullscreenVideo {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0 !important;
|
||||||
bottom: 0;
|
bottom: 0 !important;
|
||||||
right: 0;
|
right: 0 !important;
|
||||||
left: 0;
|
left: 0 !important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
@ -813,6 +819,7 @@ progress {
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -10px;
|
top: -10px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue