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); }