1
0
mirror of https://github.com/SuperBFG7/ympd synced 2025-10-24 02:17:41 +00:00

add filtering on all levels and fix playlist filter

This commit is contained in:
SuperBFG7
2018-05-11 16:49:12 +02:00
parent 612f8fc0b2
commit 61ad51ffb7
2 changed files with 64 additions and 47 deletions

View File

@@ -21,6 +21,10 @@ body {
margin-top: 2px;
}
#breadcrump > li > a{
cursor: pointer;
}
#counter {
font-size: 24px;
margin-top: -6px;
@@ -99,3 +103,11 @@ button {
text-align:left;
width:2.8em;
}
#filter > a.active {
font-weight: bold;
pointer-events: none;
cursor: default;
text-decoration: none;
color: black;
}