From d29f6d6e5d84929e3a6a9756e5df7df76b0d760a Mon Sep 17 00:00:00 2001 From: Mathieu Date: Wed, 4 Aug 2021 18:25:40 +0200 Subject: [PATCH] Make video close button more visible. Adds a round black semi-transparent background to the white cross icon, making it visible in any situation. --- static/galene.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/galene.css b/static/galene.css index 402568c..0cd2355 100644 --- a/static/galene.css +++ b/static/galene.css @@ -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;