mirror of
https://github.com/PhoenixTwoFive/karaoqueue.git
synced 2025-05-28 15:31:48 +02:00
Compare commits
No commits in common. "cc4c538e912915a8c3e9dd50549be45a7d50cef7" and "0234d64bf2cdbf05d57b41f8244a9d156e751097" have entirely different histories.
cc4c538e91
...
0234d64bf2
@ -298,7 +298,7 @@ def transfer_playbacks():
|
||||
ON DUPLICATE KEY
|
||||
UPDATE Playbacks = lts.Playbacks + VALUES(Playbacks);
|
||||
""")
|
||||
conn.execute(stmt)
|
||||
result = conn.execute(stmt)
|
||||
conn.commit()
|
||||
return True
|
||||
|
||||
|
@ -63,14 +63,9 @@ body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.table {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
table td {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
table.entries tbody tr[data-index="0"] {
|
||||
@ -239,8 +234,5 @@ pre {
|
||||
/* Toasts */
|
||||
--toast-background-color: #232323;
|
||||
--toast-text-color: #f5f5f5;
|
||||
|
||||
/* Tables */
|
||||
--table-border-color: #232323;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user