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
+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;