From 5fd81e9f90437d5c87c6fb04ccc787553d6c1033 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 2 Apr 2021 03:05:23 +0200 Subject: [PATCH] fix unreadable links when playing search results --- copyparty/web/browser.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index da39dfdb..59e690d0 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -622,7 +622,8 @@ input[type="checkbox"]:checked+label { #files td.min a { display: none; } -#files tr.play td { +#files tr.play td, +#files tr.play div a { background: #fc4; border-color: transparent; color: #400;