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