From 8a68a96c57a5dedf0c645b22ea247af38828f676 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 7 Mar 2021 19:15:19 +0100 Subject: [PATCH] css tweaks --- copyparty/web/browser.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 35acaf75..6ef8c8ef 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -510,13 +510,13 @@ input[type="checkbox"]:checked+label { margin: 0; } #tree ul { - border-left: .2em solid #444; + border-left: .2em solid #555; } #tree li { margin-left: 1em; list-style: none; border-top: 1px solid #4c4c4c; - border-bottom: 1px solid #111; + border-bottom: 1px solid #222; } #tree li:last-child { border-bottom: none;