mirror of
https://github.com/jech/galene.git
synced 2024-11-10 02:35: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;
|
||||
bottom: 25px;
|
||||
text-align: center;
|
||||
color: #e1e1e1;
|
||||
color: #fff;
|
||||
font-size: 1.5em;
|
||||
transition: all .5s ease-out;
|
||||
opacity: 0;
|
||||
|
@ -416,14 +416,14 @@ textarea.form-reply {
|
|||
}
|
||||
|
||||
.video-controls span, .top-video-controls span {
|
||||
margin-right: 20px;
|
||||
margin-right: 10%;
|
||||
transition: all .7s ease-out;
|
||||
opacity: 1;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.video-controls span:last-child {
|
||||
/*margin-right: 0;*/
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.video-controls span:hover, .top-video-controls span:hover {
|
||||
|
|
|
@ -207,6 +207,9 @@
|
|||
<span class="pip" title="Picture In Picture">
|
||||
<i class="fa fa-clone" data-type="bt-pip" aria-hidden="true"></i>
|
||||
</span>
|
||||
<span class="fullscreen" title="Fullscreen">
|
||||
<i class="fa fa-expand" data-type="bt-fullscreen" aria-hidden="true"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -215,9 +218,6 @@
|
|||
<span class="expand invisible" title="Maximize">
|
||||
<i class="fa fa-external-link" data-type="bt-expand" aria-hidden="true"></i>
|
||||
</span>
|
||||
<span class="fullscreen" title="Fullscreen">
|
||||
<i class="fa fa-expand" data-type="bt-fullscreen" aria-hidden="true"></i>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue