Added some color transitions, ref #82
This commit is contained in:
+2
-2
@@ -27,7 +27,7 @@
|
||||
<div class="col-xs-7 col-sm-8 col-md-8 Lms-explore-entry-list-text-container">
|
||||
<div class="Lms-trackname text-primary"><h5>${name}</h5></div>
|
||||
${<if-has-artists-or-release>}
|
||||
${<if-has-release>}<small>${release class="Lms-releasename text-primary"}</small>${</if-has-release>}
|
||||
${<if-has-release>}<small>${release class="Lms-btn Lms-releasename text-primary"}</small>${</if-has-release>}
|
||||
${<if-has-artists>}${artists}${</if-has-artists>}
|
||||
${</if-has-artists-or-release>}
|
||||
</div>
|
||||
@@ -43,7 +43,7 @@
|
||||
</message>
|
||||
|
||||
<message id="Lms.Explore.Tracks.template.entry-artist">
|
||||
<small>${artist class="Lms-artistname text-muted"}</small>
|
||||
<small>${artist class="Lms-btn Lms-artistname text-muted"}</small>
|
||||
</message>
|
||||
|
||||
</messages>
|
||||
|
||||
Reference in New Issue
Block a user