Added hover style on artist info panel
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user