Commit d29f6d6e authored by Mathieu's avatar Mathieu Committed by Juliusz Chroboczek

Make video close button more visible.

Adds a round black semi-transparent background to the white cross icon,
making it visible in any situation.
parent 9093339b
......@@ -524,6 +524,17 @@ textarea.form-reply {
transition: opacity .5s ease-out;
}
.top-video-controls .video-stop{
display: flex;
width: 1.5em;
height: 1.5em;
background: rgba(0,0,0,0.5);
border-radius: 50%;
justify-content: center;
align-items: center;
color: #eaeaea;
}
.video-controls .volume {
display: inline-block;
text-align: center;
......
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