mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
v1.2.7
This commit is contained in:
parent
f35e41baf1
commit
dab377d37b
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue