diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 3bb906e6..d9fa4e6e 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,8 +1,8 @@ # coding: utf-8 -VERSION = (1, 0, 14) -CODENAME = "sufficient" -BUILD_DT = (2021, 10, 30) +VERSION = (1, 1, 0) +CODENAME = "opus" +BUILD_DT = (2021, 11, 6) 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 ff70e51a..f221a580 100644 --- a/copyparty/web/browser.css +++ b/copyparty/web/browser.css @@ -1231,7 +1231,7 @@ html.light #acc_info { html.light #srv_info span { color: #777; } -html.light .ntree a+a { +html.light #tree .ntree a+a { background: inherit; color: #06a; }