From 0f15e5929b03b1d7f69f44436ee07be729c49b22 Mon Sep 17 00:00:00 2001 From: Til Schmitter Date: Mon, 4 May 2026 15:01:12 +0200 Subject: [PATCH] hide chk on search header --- copyparty/web/browser.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 2c4c9fd3..9e51c85c 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -987,6 +987,9 @@ tr.play td:nth-child(1) a { .imgcontainer:hover .gselchk { display: block; } +.srch_header .gselchk { + display: none !important; +} .gselchk { position: absolute; display: none;