mirror of
https://github.com/jech/galene.git
synced 2024-11-22 16:45:58 +01:00
make button on video more visible when background is white
This commit is contained in:
parent
7cb73a501f
commit
c4f97b3cf0
2 changed files with 6 additions and 6 deletions
|
@ -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 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.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 @@
|
||||||
<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 @@
|
||||||
<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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue