mirror of
https://github.com/jech/galene.git
synced 2024-11-09 18:25:58 +01:00
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:
parent
9093339b62
commit
d29f6d6e5d
1 changed files with 11 additions and 0 deletions
|
@ -524,6 +524,17 @@ textarea.form-reply {
|
||||||
transition: opacity .5s ease-out;
|
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 {
|
.video-controls .volume {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue