[DEBUG] correct focuds ekelebrt
This commit is contained in:
parent
18c039ef5b
commit
3930844495
@ -7,7 +7,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="fill-all" *ngIf="mediaIsLoading">
|
<div class="fill-all" *ngIf="mediaIsLoading">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
Edit media<br/><br/><br/><br/><br/>
|
Play media<br/><br/><br/><br/><br/>
|
||||||
Loading ...<br/>
|
Loading ...<br/>
|
||||||
Please wait.
|
Please wait.
|
||||||
</div>
|
</div>
|
||||||
|
@ -104,7 +104,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
.controls {
|
.controls {
|
||||||
opacity: 0;
|
|
||||||
//visibility: hidden;
|
//visibility: hidden;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
width: 96%;
|
width: 96%;
|
||||||
@ -134,35 +133,35 @@
|
|||||||
left: 40%;
|
left: 40%;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
color: red;
|
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
:hover {
|
|
||||||
border: none;
|
|
||||||
//opacity: 0;
|
|
||||||
}
|
|
||||||
.material-icons {
|
.material-icons {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-size: 100px;
|
font-size: 120px;
|
||||||
|
color: green;
|
||||||
}
|
}
|
||||||
:focus {
|
&:focus {
|
||||||
//opacity: 0;
|
outline: none;
|
||||||
}
|
}
|
||||||
}
|
opacity: 95%;
|
||||||
|
}
|
||||||
.bigRewind {
|
.bigRewind {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 10%;
|
top: 10%;
|
||||||
left: 20%;
|
left: 20%;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
color: green;
|
|
||||||
border: none;
|
border: none;
|
||||||
.material-icons {
|
.material-icons {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-size: 100px;
|
font-size: 120px;
|
||||||
|
color: red;
|
||||||
}
|
}
|
||||||
|
&:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
opacity: 95%;
|
||||||
}
|
}
|
||||||
.bigForward {
|
.bigForward {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@ -170,12 +169,16 @@
|
|||||||
left: 60%;
|
left: 60%;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
color: blue;
|
|
||||||
border: none;
|
border: none;
|
||||||
.material-icons {
|
.material-icons {
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-size: 100px;
|
font-size: 120px;
|
||||||
|
color: blue;
|
||||||
}
|
}
|
||||||
|
&:focus {
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
opacity: 95%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.slidecontainer {
|
.slidecontainer {
|
||||||
|
@ -6,7 +6,7 @@ modal {
|
|||||||
.modal {
|
.modal {
|
||||||
display: none; /* Hidden by default */
|
display: none; /* Hidden by default */
|
||||||
position: fixed; /* Stay in place */
|
position: fixed; /* Stay in place */
|
||||||
z-index: 1200;
|
z-index: 10000;
|
||||||
padding-top: 100px; /* Location of the box */
|
padding-top: 100px; /* Location of the box */
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user