From 5b0f7ff5069879d1116cfa8e1992f8d0c70c5884 Mon Sep 17 00:00:00 2001 From: ed Date: Thu, 28 Apr 2022 10:36:56 +0200 Subject: [PATCH] perfect --- copyparty/web/browser.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 92868503..248d2a29 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1443,9 +1443,11 @@ html.y #tree.nowrap .ntree a+a:hover { background: var(--bg); margin: -1em 0 .5em 0; padding: 1em 0 1em 0; + border-radius: .3em; } html.y #doc { box-shadow: 0 0 .3em var(--bg-u5); + background: #f7f7f7; } #docul { position: relative;