Compiled
This commit is contained in:
parent
6b10e9c28d
commit
9331a766df
|
@ -739,11 +739,11 @@ button:focus {
|
||||||
background: black;
|
background: black;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
#video_preview_wrap {
|
#filmout_preview_wrap {
|
||||||
background: #000;
|
background: #000;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
#video_preview {
|
#filmout {
|
||||||
height: 400px;
|
height: 400px;
|
||||||
min-height: 400px;
|
min-height: 400px;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
@ -751,7 +751,7 @@ button:focus {
|
||||||
display: block;
|
display: block;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
#video_preview .on {
|
#filmout .on {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
#screens {
|
#screens {
|
||||||
|
|
Loading…
Reference in New Issue