Added hover style on artist info panel

This commit is contained in:
emeric
2018-08-31 17:22:42 +02:00
parent 41f37a5a52
commit c8c28d84e2
2 changed files with 18 additions and 1 deletions
+5 -1
View File
@@ -10,7 +10,11 @@
</message>
<message id="Lms.Explore.ArtistsInfo.template.entry">
${name}
<div class="row Lms-explore-artistsinfo-entry Lms-vertical-align">
<div class="col-xs-12">
${name}
</div>
</div>
</message>
</messages>
+13
View File
@@ -12,6 +12,10 @@ a:hover {
color: #337ab7;
}
.media:hover {
background-color: lightgrey;
}
.Lms-vertical-align {
display: flex;
align-items: center;
@@ -122,6 +126,15 @@ a:hover {
background-color: lightgrey;
}
.Lms-explore-artistsinfo-entry {
min-height: 28px;
margin: 2px;
}
.Lms-explore-artistsinfo-entry:hover {
background-color: lightgrey;
}
.Lms-explore-btn {
font-size: 22px !important;
cursor: pointer;