Added some color transitions, ref #82

This commit is contained in:
emeric
2020-09-01 13:42:17 +02:00
parent 8a84a078be
commit b3f14153d2
11 changed files with 42 additions and 40 deletions
+2 -2
View File
@@ -24,7 +24,7 @@
<div class="col-md-4">
<div class="well well-sm">
<h3>${tr:Lms.Explore.links}</h3>
${mbid-link class="text-muted"}
${mbid-link class="Lms-btn text-muted"}
</div>
</div>
${</if-has-mbid>}
@@ -41,7 +41,7 @@
</div>
<div class="col-xs-8 col-sm-9 col-md-10 Lms-explore-list-entry-text-container">
<h5>${name class="Lms-releasename text-primary"}</h5>
${<if-has-artist>}<h6>${artist class="Lms-artistname text-muted"}</h6>${</if-has-artist>}
${<if-has-artist>}<h6>${artist class="Lms-btn Lms-artistname text-muted"}</h6>${</if-has-artist>}
<h6><small><div class="text-muted">${<if-has-year>}${year}${</if-has-year>}${<if-has-orig-year>} (${orig-year})${</if-has-orig-year>}</div></small></h6>
</div>
</div>