From 32a1c7c5d55e0c75f728ee8b170eb11ee0544404 Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 18 Sep 2021 02:07:29 +0200 Subject: [PATCH] cosmetic --- copyparty/up2k.py | 1 + copyparty/web/browser.css | 3 +++ docs/browser.css | 1 + 3 files changed, 5 insertions(+) diff --git a/copyparty/up2k.py b/copyparty/up2k.py index d8f8775c..7f51a8c7 100644 --- a/copyparty/up2k.py +++ b/copyparty/up2k.py @@ -838,6 +838,7 @@ class Up2k(object): cur.connection.commit() if n_done: + self.log("mtp: scanned {} files in {}".format(n_done, ptop), c=6) cur.execute("vacuum") wcur.close() diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 0f475e37..4ba40563 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1671,6 +1671,9 @@ html.light #bbox-overlay figcaption a { padding: .5em; font-size: .9em; } +html.light #u2err.err { + color: #f07; +} #u2btn { color: #eee; background: #555; diff --git a/docs/browser.css b/docs/browser.css index c2196d0a..732220bf 100644 --- a/docs/browser.css +++ b/docs/browser.css @@ -17,6 +17,7 @@ html.light { html.light #files th { background: rgba(255, 255, 255, 0.9) !important; } +html.light .logue, html.light #ops, html.light #treeul, html.light #files td {