From 11e17b24aa80306d6d4cd8bbfb6f03b57ff32ec4 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Thu, 23 Mar 2023 14:25:55 +0100 Subject: [PATCH] fix color --- app/www/annotate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/www/annotate.js b/app/www/annotate.js index a5a5b95..84a3d5e 100644 --- a/app/www/annotate.js +++ b/app/www/annotate.js @@ -1618,6 +1618,7 @@ class AnnotationPlayer extends HTMLElement { cursor:pointer; } div.imgWrap::before { + color:white; content: '\u25B6'; background: rgba(0,0,0,0.5); height: 30px;