diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 2c0aa745..87cafb0c 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 2, 6) +VERSION = (1, 2, 7) CODENAME = "ftp btw" -BUILD_DT = (2022, 4, 15) +BUILD_DT = (2022, 4, 16) S_VERSION = ".".join(map(str, VERSION)) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) diff --git a/copyparty/web/browser.css b/copyparty/web/browser.css index 53dd21de..abf37e8f 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1286,13 +1286,9 @@ html.y #srv_info { color: #c83; background: #eaeaea; } -html.y #srv_info, -html.y #acc_info { - text-shadow: 1px 1px 0 #fff; -} html.y #srv_info span, html.y #acc_info span { - color: #777; + color: #666; } html.y #tree .ntree a+a { background: inherit;