From 56bd9b0acd0c2851aae747b3bd3fd832741701e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Baumg=C3=A4rtner?= Date: Tue, 16 Jan 2024 08:59:15 +0100 Subject: [PATCH] changed opacity for clarity --- static/nipplejs.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/nipplejs.js b/static/nipplejs.js index 1fbc02b..ec9e48e 100644 --- a/static/nipplejs.js +++ b/static/nipplejs.js @@ -441,8 +441,7 @@ marginLeft: -this.options.size / 4 + 'px', marginTop: -this.options.size / 4 + 'px', background: this.options.color, - // 'opacity': '.5' - 'opacity': '.25' + 'opacity': '.5' }; u.extend(styles.el, transitStyle);