1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Database can now analyze consistency of scrobble data

This commit is contained in:
Krateng
2018-12-21 16:32:21 +01:00
parent c6f5f38246
commit e0ec4b3137
9 changed files with 134 additions and 18 deletions

View File

@@ -60,7 +60,12 @@ table td.button {
width:200px;
background-color:yellow;
color:#333337;
padding:1px;
padding:4px;
border-radius:4px;
cursor:pointer;
}
td.button.important {
background-color:red;
color:white;
}