1
Fork 0

Make video close button more visible.

Adds a round black semi-transparent background to the white cross icon,
making it visible in any situation.
This commit is contained in:
Mathieu 2021-08-04 18:25:40 +02:00 committed by Juliusz Chroboczek
parent 9093339b62
commit d29f6d6e5d
1 changed files with 11 additions and 0 deletions

View File

@ -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;