From c32a89bebfe5d45a06025bf7af8bb4b7cfd921d7 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 19 Jun 2021 00:17:39 +0200 Subject: [PATCH] minor lightmode tweaks --- copyparty/web/browser.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 55edc9f6..04642cea 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -665,6 +665,7 @@ input.eq_gain { } #thx_ff { padding: 5em 0; + /* widget */ } #tree::-webkit-scrollbar-track, #tree::-webkit-scrollbar { @@ -725,10 +726,10 @@ input.eq_gain { #treeul a.hl { color: #400; background: #fc4; - border-radius: .3em; text-shadow: none; } #treeul a { + border-radius: .3em; display: inline-block; } #treeul a+a { @@ -969,7 +970,10 @@ html.light #treeul a.hl { color: #fff; } html.light #tree li { - border-color: #ddd #fff #f7f7f7 #fff; + border-color: #f7f7f7 #fff #ddd #fff; +} +html.light #tree a:hover { + background: #fff; } html.light #tree ul { border-color: #ccc; @@ -987,14 +991,14 @@ html.light #files { } html.light #files thead th { background: #eee; - border-right: 1px solid #ccc; - border-bottom: 1px solid #ccc; + border: 1px solid #ccc; + border-top: none; } -html.light #files thead th { +html.light #files thead th+th { border-left: 1px solid #f7f7f7; } html.light #files td { - border-color: #ddd #fff #fff #ddd; + border-color: #fff #fff #ddd #ddd; } html.light #files tbody tr:last-child td { border-bottom: .2em solid #ccc;