Skip to content

Commit

Permalink
CSS Adjustments, logo and progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
cian-exads committed May 15, 2018
1 parent 8054a13 commit 698ba66
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions fluidplayer.css
Expand Up @@ -434,7 +434,8 @@
transition: visibility 0.5s, opacity 0.5s;
}

.fluid_video_wrapper.fluid_player_layout_default:hover .fluid_controls_container {
.fluid_video_wrapper.fluid_player_layout_default:hover .fluid_controls_container,
.fluid_video_wrapper.fluid_player_layout_default:hover .fp_logo {
visibility: visible;
opacity: 1;
}
Expand Down Expand Up @@ -532,7 +533,7 @@ _:-ms-lang(x),
position: absolute;
left: 13px;
right: 13px;
z-index: 2;
z-index: 1;
top: 8px;
}

Expand All @@ -550,7 +551,7 @@ _:-ms-lang(x),
width: 0;
height: 3px;
background-color: rgba(255, 255, 255, 0.5);
z-index: 1;
z-index: -1;
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_controls_progress,
Expand All @@ -560,13 +561,13 @@ _:-ms-lang(x),
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container:hover .fluid_controls_progress,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container:hover .fluid_controls_buffered {
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container:hover .fluid_controls_buffered,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container:hover .fluid_controls_ad_markers_holder {
margin-top: -1px;
height: 5px;
}
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container:hover .fluid_controls_progress .fluid_controls_currentprogress {
height: 5px;
z-index: 4;
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_timeline_preview_container {
Expand Down Expand Up @@ -597,7 +598,7 @@ _:-ms-lang(x),
top: 5px;
width: 100%;
height: 3px;
z-index: 3;
z-index: 2;
}
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_ad_marker {
position: absolute;
Expand Down Expand Up @@ -644,9 +645,11 @@ _:-ms-lang(x),
background-color: white;
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_controls_progress .fluid_controls_currentpos {
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container .fluid_controls_progress .fluid_controls_currentpos,
.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_progress_container.fluid_slider:hover .fluid_controls_progress .fluid_controls_currentprogress .fluid_controls_currentpos
{
right: -4px;
z-index: 5;
z-index: 3;
}

.fluid_video_wrapper.fluid_player_layout_default .fluid_controls_container .fluid_controls_right .fluid_control_volume_container .fluid_control_volume .fluid_control_currentvolume .fluid_control_volume_currentpos,
Expand Down

0 comments on commit 698ba66

Please sign in to comment.