mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
cosmetic
This commit is contained in:
parent
f06e165bd4
commit
32a1c7c5d5
|
@ -838,6 +838,7 @@ class Up2k(object):
|
||||||
|
|
||||||
cur.connection.commit()
|
cur.connection.commit()
|
||||||
if n_done:
|
if n_done:
|
||||||
|
self.log("mtp: scanned {} files in {}".format(n_done, ptop), c=6)
|
||||||
cur.execute("vacuum")
|
cur.execute("vacuum")
|
||||||
|
|
||||||
wcur.close()
|
wcur.close()
|
||||||
|
|
|
@ -1671,6 +1671,9 @@ html.light #bbox-overlay figcaption a {
|
||||||
padding: .5em;
|
padding: .5em;
|
||||||
font-size: .9em;
|
font-size: .9em;
|
||||||
}
|
}
|
||||||
|
html.light #u2err.err {
|
||||||
|
color: #f07;
|
||||||
|
}
|
||||||
#u2btn {
|
#u2btn {
|
||||||
color: #eee;
|
color: #eee;
|
||||||
background: #555;
|
background: #555;
|
||||||
|
|
|
@ -17,6 +17,7 @@ html.light {
|
||||||
html.light #files th {
|
html.light #files th {
|
||||||
background: rgba(255, 255, 255, 0.9) !important;
|
background: rgba(255, 255, 255, 0.9) !important;
|
||||||
}
|
}
|
||||||
|
html.light .logue,
|
||||||
html.light #ops,
|
html.light #ops,
|
||||||
html.light #treeul,
|
html.light #treeul,
|
||||||
html.light #files td {
|
html.light #files td {
|
||||||
|
|
Loading…
Reference in a new issue