From 8de8946ea3a996f297fae807b56170a2f49dea93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Mon, 26 Feb 2024 16:56:44 +0100 Subject: [PATCH] Visibility orkaround for the eye icon in the video player --- TangerineUI-cherry.css | 3 +++ TangerineUI-purple.css | 3 +++ TangerineUI.css | 3 +++ 3 files changed, 9 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 1c3ed78..0530253 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1163,6 +1163,9 @@ body.app-body { .app-body .icon-button.overlayed .icon-eye-slash { background-image: var(--icon-eye-shut-inv); } +.app-body .player-button .icon-eye-slash { + filter: brightness(100); +} .app-body .icon-eye { background-image: var(--icon-eye-open); } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 8e08765..d361111 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1163,6 +1163,9 @@ body.app-body { .app-body .icon-button.overlayed .icon-eye-slash { background-image: var(--icon-eye-shut-inv); } +.app-body .player-button .icon-eye-slash { + filter: brightness(100); +} .app-body .icon-eye { background-image: var(--icon-eye-open); } diff --git a/TangerineUI.css b/TangerineUI.css index b28122e..c279b8d 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1163,6 +1163,9 @@ body.app-body { .app-body .icon-button.overlayed .icon-eye-slash { background-image: var(--icon-eye-shut-inv); } +.app-body .player-button .icon-eye-slash { + filter: brightness(100); +} .app-body .icon-eye { background-image: var(--icon-eye-open); }