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
@@ -18,13 +18,13 @@
<message id="Lms.Explore.Artists.template.entry">
<div class="Lms-explore-artists-entry Lms-entry-hoverable Lms-vertical-align">
<h4>${name class="Lms-artistname text-primary"}</h4>
<h4>${name class="Lms-btn Lms-artistname text-primary"}</h4>
</div>
</message>
<message id="Lms.Explore.Artists.template.entry-small">
<div class="Lms-explore-artists-entry-small Lms-entry-hoverable Lms-vertical-align">
${name class="Lms-artistname text-primary"}
${name class="Lms-btn Lms-artistname text-primary"}
</div>
</message>