Fixed color for Tracks and Player views
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
${title class="Lms-player-text"}
|
||||
</div>
|
||||
<div class="Lms-player-text-center">
|
||||
<small><span class="hidden-xs">${release class="Lms-player-text"}</span><i>${artist class="Lms-player-text"}</i></small>
|
||||
<small><span class="hidden-xs">${release class="Lms-player-text Lms-explore-releasename"}</span>${artist class="Lms-player-text Lms-explore-artistname Lms-player-artistname"}</small>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -28,10 +28,10 @@
|
||||
<h4>${name}</h4>
|
||||
</div>
|
||||
<div class="col-sm-3 hidden-xs">
|
||||
${<if-has-release>}<small>${release-name}</small>${</if-has-release>}
|
||||
${<if-has-release>}<small>${release-name class="Lms-explore-releasename"}</small>${</if-has-release>}
|
||||
</div>
|
||||
<div class="col-sm-3 hidden-xs">
|
||||
${<if-has-artist>}<small><i>${artist-name}</i></small>${</if-has-artist>}
|
||||
${<if-has-artist>}<small>${artist-name class="Lms-explore-artistname"}</small>${</if-has-artist>}
|
||||
</div>
|
||||
<div class="col-xs-3 Lms-explore-tracks-entry-controls">
|
||||
${play-btn}${add-btn}
|
||||
|
||||
@@ -326,6 +326,10 @@ a:hover {
|
||||
box-shadow: 0px -2px 8px #f5f5f5;
|
||||
}
|
||||
|
||||
.Lms-player-artistname {
|
||||
color: dimgrey;
|
||||
}
|
||||
|
||||
.Lms-player-btn {
|
||||
font-size: 34px !important;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user