mirror of
https://github.com/rembo10/headphones.git
synced 2026-03-30 01:29:26 +01:00
Added ability to ignore albums.
Trackcount on homepage now is now excluding ignored albums. Added "Manage ignored albums" to the Manage function.
This commit is contained in:
@@ -172,6 +172,14 @@ table.display tr.even.gradeA {
|
||||
background-color: #ddffdd;
|
||||
}
|
||||
|
||||
table.display tr.odd.gradeI {
|
||||
background-color: #bebebe;
|
||||
}
|
||||
|
||||
table.display tr.even.gradeI {
|
||||
background-color: #bebebe;
|
||||
}
|
||||
|
||||
table.display tr.odd.gradeC {
|
||||
background-color: #ddddff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user