This commit is contained in:
ed 2022-04-16 23:44:28 +02:00
parent f35e41baf1
commit dab377d37b
2 changed files with 3 additions and 7 deletions

View file

@ -1,8 +1,8 @@
# coding: utf-8 # coding: utf-8
VERSION = (1, 2, 6) VERSION = (1, 2, 7)
CODENAME = "ftp btw" CODENAME = "ftp btw"
BUILD_DT = (2022, 4, 15) BUILD_DT = (2022, 4, 16)
S_VERSION = ".".join(map(str, VERSION)) S_VERSION = ".".join(map(str, VERSION))
S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT) S_BUILD_DT = "{0:04d}-{1:02d}-{2:02d}".format(*BUILD_DT)

View file

@ -1286,13 +1286,9 @@ html.y #srv_info {
color: #c83; color: #c83;
background: #eaeaea; background: #eaeaea;
} }
html.y #srv_info,
html.y #acc_info {
text-shadow: 1px 1px 0 #fff;
}
html.y #srv_info span, html.y #srv_info span,
html.y #acc_info span { html.y #acc_info span {
color: #777; color: #666;
} }
html.y #tree .ntree a+a { html.y #tree .ntree a+a {
background: inherit; background: inherit;