From bca0cdbb62eafc4b35738cf91651184a4caf1650 Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 24 Oct 2021 21:06:14 +0200 Subject: [PATCH] v1.0.13 --- copyparty/__version__.py | 2 +- copyparty/web/browser.css | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 2c44c369..81d642aa 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (1, 0, 12) +VERSION = (1, 0, 13) CODENAME = "sufficient" BUILD_DT = (2021, 10, 24) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index d5900178..9a9aaee0 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -793,17 +793,17 @@ html.light #tree.nowrap #treeul a+a:hover { #files td:nth-child(2n) { color: #f5a; } -#files tr.play td, -#files tr.play div a { +#files tbody tr.play td, +#files tbody tr.play div a { background: #fc4; border-color: transparent; color: #400; text-shadow: none; } -#files tr.play a { +#files tbody tr.play a { color: inherit; } -#files tr.play a:hover { +#files tbody tr.play a:hover { color: #300; background: #fea; } @@ -1306,14 +1306,14 @@ html.light #tree { border-color: #ddd; box-shadow: 0 0 1em #ddd; background: #f7f7f7; - scrollbar-color: #a70 #ddd; + scrollbar-color: #490 #ddd; } html.light #tree::-webkit-scrollbar-track, html.light #tree::-webkit-scrollbar { background: #ddd; } -#tree::-webkit-scrollbar-thumb { - background: #da0; +html.light #tree::-webkit-scrollbar-thumb { + background: #490; }