Commit c4f97b3c authored by Alain Takoudjou's avatar Alain Takoudjou

make button on video more visible when background is white

parent 7cb73a50
...@@ -394,7 +394,7 @@ textarea.form-reply { ...@@ -394,7 +394,7 @@ textarea.form-reply {
left: 0; left: 0;
bottom: 25px; bottom: 25px;
text-align: center; text-align: center;
color: #e1e1e1; color: #fff;
font-size: 1.5em; font-size: 1.5em;
transition: all .5s ease-out; transition: all .5s ease-out;
opacity: 0; opacity: 0;
...@@ -416,14 +416,14 @@ textarea.form-reply { ...@@ -416,14 +416,14 @@ textarea.form-reply {
} }
.video-controls span, .top-video-controls span { .video-controls span, .top-video-controls span {
margin-right: 20px; margin-right: 10%;
transition: all .7s ease-out; transition: all .7s ease-out;
opacity: 1; opacity: 1;
cursor: pointer; cursor: pointer;
} }
.video-controls span:last-child { .video-controls span:last-child {
/*margin-right: 0;*/ margin-right: 0;
} }
.video-controls span:hover, .top-video-controls span:hover { .video-controls span:hover, .top-video-controls span:hover {
......
...@@ -207,6 +207,9 @@ ...@@ -207,6 +207,9 @@
<span class="pip" title="Picture In Picture"> <span class="pip" title="Picture In Picture">
<i class="fa fa-clone" data-type="bt-pip" aria-hidden="true"></i> <i class="fa fa-clone" data-type="bt-pip" aria-hidden="true"></i>
</span> </span>
<span class="fullscreen" title="Fullscreen">
<i class="fa fa-expand" data-type="bt-fullscreen" aria-hidden="true"></i>
</span>
</div> </div>
</div> </div>
...@@ -215,9 +218,6 @@ ...@@ -215,9 +218,6 @@
<span class="expand invisible" title="Maximize"> <span class="expand invisible" title="Maximize">
<i class="fa fa-external-link" data-type="bt-expand" aria-hidden="true"></i> <i class="fa fa-external-link" data-type="bt-expand" aria-hidden="true"></i>
</span> </span>
<span class="fullscreen" title="Fullscreen">
<i class="fa fa-expand" data-type="bt-fullscreen" aria-hidden="true"></i>
</span>
</div> </div>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment